mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-19 10:02:53 -05:00
Set font to system ui
This commit is contained in:
parent
08a9ff7a0a
commit
4ad55a3f9b
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
* {
|
* {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Customize these for themes? */
|
/* Customize these for themes? */
|
||||||
|
|
Loading…
Reference in a new issue