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 {
|
.center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -18,7 +28,7 @@
|
||||||
animation: fadeIn 500ms ease-in-out;
|
animation: fadeIn 500ms ease-in-out;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: system-ui, sans-serif;
|
font-family: AtkinsonHyperlegibleNext, sans-serif;
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
max-width: 50em;
|
max-width: 50em;
|
||||||
|
@ -74,7 +84,7 @@
|
||||||
animation: fadeIn 500ms ease-in-out;
|
animation: fadeIn 500ms ease-in-out;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
font-family: system-ui, sans-serif;
|
font-family: AtkinsonHyperlegibleNext, sans-serif;
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
max-width: 50em;
|
max-width: 50em;
|
||||||
|
@ -126,7 +136,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
font-weight: normal;
|
font-family: AtkinsonHyperlegibleMono, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fadeIn {
|
@keyframes fadeIn {
|
||||||
|
|
Loading…
Add table
Reference in a new issue