[Splash > UI] Use var for font, use new cdn domain for externals
This commit is contained in:
parent
879ec33203
commit
38e1fd1cab
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
<video loop autoplay src="https://goosemod.com/vid/discord_loading.webm"></video>
|
<video loop autoplay src="https://cdn.openasar.dev/discord_loading.webm"></video>
|
||||||
|
|
||||||
<div id="text">Starting...</div>
|
<div id="text">Starting...</div>
|
||||||
|
|
||||||
|
@ -13,13 +13,14 @@
|
||||||
--brand-experiment: #5865F2;
|
--brand-experiment: #5865F2;
|
||||||
--header-primary: #fff;
|
--header-primary: #fff;
|
||||||
--text-muted: #72767d;
|
--text-muted: #72767d;
|
||||||
|
--font-primary: 'Whitney', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Whitney;
|
font-family: Whitney;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url(https://goosemod.com/font/whitney_400.woff) format("woff");
|
src: url(https://cdn.openasar.dev/whitney_400.woff) format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
|
@ -40,7 +41,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'Whitney', sans-serif;
|
font-family: var(--font-primary);
|
||||||
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
|
Loading…
Reference in a new issue