This commit is contained in:
nek0 2019-12-19 22:54:08 +01:00
parent 62110309bc
commit 3cd25c02d3
3 changed files with 12 additions and 6 deletions

View file

@ -1,7 +1,7 @@
body { body {
color: black; color: black;
font-family: 'Sans'; font-family: 'CMUTypewriter';
font-size: 20px; font-size: 23px;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
padding: 0 2rem 0; padding: 0 2rem 0;
@ -30,13 +30,13 @@ header {
border-bottom: 2px solid white; border-bottom: 2px solid white;
margin-bottom: 30px; margin-bottom: 30px;
padding: 12px 0px 12px 0px; padding: 12px 0px 12px 0px;
font-family: 'MontserratBlack'; font-family: 'CMUTypewriter';
font-size: 30px; font-size: 30px;
margin-left: 25rem; margin-left: 25rem;
} }
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
font-family: 'MontserratBlack'; font-family: 'CMUTypewriter';
} }
a { a {
@ -45,7 +45,7 @@ a {
} }
a:hover { a:hover {
color: #c33500; color: #aaa000;
text-decoration: underline text-decoration: underline
} }
@ -118,7 +118,6 @@ h2 {
} }
div.info { div.info {
color: #555;
font-size: 14px; font-size: 14px;
font-style: italic; font-style: italic;
} }

View file

@ -18,3 +18,10 @@
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face {
font-family: 'CMUTypewriter';
src: url('/fonts/cmuntt.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

BIN
site/fonts/cmuntt.ttf Normal file

Binary file not shown.