fonts work now
sadly, this hotlinks google fonts but eh Signed-off-by: nyx <me@everypizza.im>
This commit is contained in:
parent
3e656abe1e
commit
4a10792516
1 changed files with 9 additions and 11 deletions
|
@ -1,12 +1,4 @@
|
|||
@AtkinsonHyperlegibleNext {
|
||||
font-family: 'AtkinsonHyperlegible-Next';
|
||||
src: url('https://AtkinsonHyperlegibleNext-Regular.woff2')
|
||||
}
|
||||
|
||||
@AtkinsonHyperlegibleMono {
|
||||
font-family: 'AtkinsonHyperlegible-Mono';
|
||||
src: url('https://everypizza.im/AtkinsonHyperlegibleNext-Regular.woff2')
|
||||
}
|
||||
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Mono:ital,wght@0,200..800;1,200..800&family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap');
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
|
@ -134,11 +126,17 @@
|
|||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family: AtkinsonHyperlegible-Mono !important;
|
||||
font-family: "Atkinson Hyperlegible Mono", monospace;
|
||||
font-weight: 600
|
||||
}
|
||||
|
||||
small {
|
||||
font-weight: 200
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: AtkinsonHyperlegible-Next;
|
||||
font-family: "Atkinson Hyperlegible Next", sans-serif;
|
||||
font-weight: 400
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
|
|
Loading…
Add table
Reference in a new issue