mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
Add Open Sans
This commit is contained in:
parent
998a73896f
commit
5cb2b9f1b2
4 changed files with 8 additions and 0 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
|
@ -1165,6 +1165,11 @@
|
|||
"strip-json-comments": "^3.1.1"
|
||||
}
|
||||
},
|
||||
"@fontsource/open-sans": {
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@fontsource/open-sans/-/open-sans-4.2.1.tgz",
|
||||
"integrity": "sha512-CfvS4yIrZxBA9FoITkceFUM3HS9MYty8qZJ/Jq1m4NRqQlJX7Jc8KV4k/APG1h16jdp9ilU6VmZbdLwPxXr7Yw=="
|
||||
},
|
||||
"@iarna/toml": {
|
||||
"version": "2.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
"parcel-plugin-static-files-copy": "^2.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/open-sans": "^4.2.1",
|
||||
"cheap-glkote": "^0.2.4",
|
||||
"emglken": "^0.3.3",
|
||||
"lz-string": "^1.4.4",
|
||||
|
|
|
|||
|
|
@ -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