font
This commit is contained in:
parent
bfdf505a0e
commit
c40c060c6f
3 changed files with 13 additions and 3 deletions
BIN
site/AtkinsonHyperlegibleMono-Bold.woff2
Normal file
BIN
site/AtkinsonHyperlegibleMono-Bold.woff2
Normal file
Binary file not shown.
BIN
site/AtkinsonHyperlegibleNext-Regular.woff2
Normal file
BIN
site/AtkinsonHyperlegibleNext-Regular.woff2
Normal file
Binary file not shown.
|
@ -1,3 +1,13 @@
|
|||
@body-font {
|
||||
font-family: AtkinsonHyperlegibleNext;
|
||||
src: url(AtkinsonHyperlegibleNext-Regular.woff2);
|
||||
}
|
||||
|
||||
@header-font {
|
||||
font-family: AtkinsonHyperlegibleMono;
|
||||
src: url(AtkinsonHyperlegibleMono-Bold.woff2);
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
|
@ -18,7 +28,7 @@
|
|||
animation: fadeIn 500ms ease-in-out;
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: system-ui, sans-serif;
|
||||
font-family: AtkinsonHyperlegibleNext, sans-serif;
|
||||
margin: 1em auto;
|
||||
padding: 1em;
|
||||
max-width: 50em;
|
||||
|
@ -74,7 +84,7 @@
|
|||
animation: fadeIn 500ms ease-in-out;
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: system-ui, sans-serif;
|
||||
font-family: AtkinsonHyperlegibleNext, sans-serif;
|
||||
margin: 1em auto;
|
||||
padding: 1em;
|
||||
max-width: 50em;
|
||||
|
@ -126,7 +136,7 @@
|
|||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-weight: normal;
|
||||
font-family: AtkinsonHyperlegibleMono, monospace;
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
|
|
Loading…
Add table
Reference in a new issue