mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:18:27 +01:00
NEW FONTTTTTTTT
This commit is contained in:
parent
bbacfe2910
commit
bcbef08107
1 changed files with 10 additions and 1 deletions
|
@ -23,7 +23,7 @@ body {
|
||||||
overflow-x: hidden; /* Hide horizontal scrollbar */
|
overflow-x: hidden; /* Hide horizontal scrollbar */
|
||||||
color: #111111;
|
color: #111111;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #0ab7f0;
|
color: #0ab7f0;
|
||||||
}
|
}
|
||||||
|
@ -370,6 +370,7 @@ a {
|
||||||
--channel-info-background: #181818;
|
--channel-info-background: #181818;
|
||||||
--channel-contents-background: #0f0f0f;
|
--channel-contents-background: #0f0f0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Ginto Nord";
|
font-family: "Ginto Nord";
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
@ -377,6 +378,14 @@ a {
|
||||||
format("woff");
|
format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "PokeTube Flex";
|
||||||
|
src: url("https://p.poketube.fun/https://raw.githubusercontent.com/oomfiee/oomfiee.github.io/Senpai/css/robotoflex.ttf");
|
||||||
|
font-style: normal;
|
||||||
|
font-stretch: 1% 800%;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: #f44336;
|
background-color: #f44336;
|
||||||
|
|
Loading…
Reference in a new issue