forked from Berry-Dash/launcher
Fix font for some OSs
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
@import 'tailwindcss';
|
@import 'tailwindcss';
|
||||||
@import '@fontsource/roboto';
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import { invoke } from '@tauri-apps/api/core'
|
|||||||
import { listen } from '@tauri-apps/api/event'
|
import { listen } from '@tauri-apps/api/event'
|
||||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
||||||
import { faAdd, faRemove, faX } from '@fortawesome/free-solid-svg-icons'
|
import { faAdd, faRemove, faX } from '@fortawesome/free-solid-svg-icons'
|
||||||
|
import '@fontsource/roboto'
|
||||||
|
|
||||||
function App () {
|
function App () {
|
||||||
const [hash, setHash] = useState(window.location.hash || '#installs')
|
const [hash, setHash] = useState(window.location.hash || '#installs')
|
||||||
|
|||||||
Reference in New Issue
Block a user