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