Add Open Sans

This commit is contained in:
He4eT 2021-02-28 20:40:14 +05:00
commit 5cb2b9f1b2
4 changed files with 8 additions and 0 deletions

View file

@ -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 () {

View file

@ -1,6 +1,7 @@
html, body {
margin: 0;
height: 100%;
font-family: 'Open Sans', sans-serif;
}
body {