diff --git a/site/assets/logo.dark.svg b/site/assets/logo.dark.svg new file mode 100644 index 0000000..d1524ac --- /dev/null +++ b/site/assets/logo.dark.svg @@ -0,0 +1,96 @@ + + + + diff --git a/site/assets/logo.svg b/site/assets/logo.svg new file mode 100644 index 0000000..e91a8b5 --- /dev/null +++ b/site/assets/logo.svg @@ -0,0 +1,87 @@ + + + + diff --git a/site/index.css b/site/index.css index 53fab2c..27de22d 100644 --- a/site/index.css +++ b/site/index.css @@ -1,11 +1,11 @@ -@body-font { - font-family: AtkinsonHyperlegibleNext; - src: url(AtkinsonHyperlegibleNext-Regular.woff2); +@AtkinsonHyperlegibleNext { + font-family: 'AtkinsonHyperlegible-Next'; + src: url('https://AtkinsonHyperlegibleNext-Regular.woff2') } -@header-font { - font-family: AtkinsonHyperlegibleMono; - src: url(AtkinsonHyperlegibleMono-Bold.woff2); +@AtkinsonHyperlegibleMono { + font-family: 'AtkinsonHyperlegible-Mono'; + src: url('https://everypizza.im/AtkinsonHyperlegibleNext-Regular.woff2') } .center { @@ -28,7 +28,6 @@ animation: fadeIn 500ms ease-in-out; background-color: black; color: white; - font-family: AtkinsonHyperlegibleNext, sans-serif; margin: 1em auto; padding: 1em; max-width: 50em; @@ -84,7 +83,6 @@ animation: fadeIn 500ms ease-in-out; background-color: white; color: black; - font-family: AtkinsonHyperlegibleNext, sans-serif; margin: 1em auto; padding: 1em; max-width: 50em; @@ -136,7 +134,11 @@ } h1, h2, h3 { - font-family: AtkinsonHyperlegibleMono, monospace; + font-family: AtkinsonHyperlegible-Mono !important; +} + +* { + font-family: AtkinsonHyperlegible-Next; } @keyframes fadeIn { diff --git a/site/index.html b/site/index.html index c2337f7..ae6fc09 100644 --- a/site/index.html +++ b/site/index.html @@ -9,6 +9,11 @@