all repos — site @ 49f9c86d5bf51c1c78f449feb8563d15d8ecd892

source for my site, found at icyphox.sh

Switch to Inter font

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Tue, 12 Mar 2019 15:03:52 +0530
commit

49f9c86d5bf51c1c78f449feb8563d15d8ecd892

parent

7602d6d5e1a1a52ff1996e68324ca07084957ef7

2 files changed, 8 insertions(+), 2 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -1,5 +1,12 @@

+@font-face { + font-family: Inter; + src: url('fonts/Inter-Regular.woff2'); + font-size: 14px; +} + html, body { + font-family: Inter, sans-serif; background: #021012; }

@@ -11,8 +18,7 @@ bottom: 0;

left: 0; right: 0; color: white; - font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace; - font-size: 14px; + -webkit-animation: fadein 3s; -moz-animation: fadein 3s; -ms-animation: fadein 3s;