From 30598710f7479225bda312cfe02ace3bde52e982 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 15 Sep 2021 20:25:26 -0400 Subject: [PATCH] Theme update --- assets/css/style.scss | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index 3dec2f9..9c90d86 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -1,5 +1,21 @@ --- --- + +/*serif*/ +@font-face { + font-family: 'Lexend'; + font-weight: normal; + font-style: normal; + src: url('./fonts/Lexend-Regular.ttf') +} + +@font-face { + font-family: 'Lexend'; + font-weight: bold; + font-style: normal; + src: url('./fonts/Lexend-Bold.ttf') +} + #a-title > h1:nth-child(1) { font-size: 0.8em; margin-bottom: 2px; @@ -23,10 +39,11 @@ a:hover, a:visited:hover {color:#aaa} a:visited {color:#aaa} body{ color:#fff; - background:#132738; + background:#0e1d29; margin:1em auto; max-width:40em; padding:0 .62em; + font-family: 'Lexend'; font:1.2em/1.62 serif; } h1,h2,h3 {