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"
|
"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": {
|
"@iarna/toml": {
|
||||||
"version": "2.2.5",
|
"version": "2.2.5",
|
||||||
"resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
"parcel-plugin-static-files-copy": "^2.5.1"
|
"parcel-plugin-static-files-copy": "^2.5.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@fontsource/open-sans": "^4.2.1",
|
||||||
"cheap-glkote": "^0.2.4",
|
"cheap-glkote": "^0.2.4",
|
||||||
"emglken": "^0.3.3",
|
"emglken": "^0.3.3",
|
||||||
"lz-string": "^1.4.4",
|
"lz-string": "^1.4.4",
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ import {
|
||||||
import HomeView from '~/src/views/HomeView'
|
import HomeView from '~/src/views/HomeView'
|
||||||
import PlayerView from '~/src/views/PlayerView'
|
import PlayerView from '~/src/views/PlayerView'
|
||||||
|
|
||||||
|
import '@fontsource/open-sans'
|
||||||
import '~/src/style/base.css'
|
import '~/src/style/base.css'
|
||||||
|
|
||||||
function App () {
|
function App () {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
font-family: 'Open Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue