Fix font for some OSs

This commit is contained in:
2025-07-19 20:15:01 -07:00
parent 17297e279f
commit 17424cb83a
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
@import 'tailwindcss';
@import '@fontsource/roboto';
body {
font-family: 'Roboto', sans-serif;

View File

@@ -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')