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 {