mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Add Open Sans
This commit is contained in:
parent
998a73896f
commit
5cb2b9f1b2
4 changed files with 8 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import {
|
|||
import HomeView from '~/src/views/HomeView'
|
||||
import PlayerView from '~/src/views/PlayerView'
|
||||
|
||||
import '@fontsource/open-sans'
|
||||
import '~/src/style/base.css'
|
||||
|
||||
function App () {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
html, body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue