Header font for columns

merge-requests/8/head
Bob Mottram 2020-11-21 09:47:02 +00:00
parent 71d2e129af
commit 54592b6cb0
1 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,7 @@
--column-right-width: 10vw;
--banner-height: 15vh;
--banner-height-mobile: 10vh;
--header-font: 'Arial, Helvetica, sans-serif';
}
@font-face {
@ -214,6 +215,10 @@ a:focus {
transform: translateY(30%) scaleX(-1);
}
h1 {
font-family: var(--header-font);
}
.new-post-text {
font-size: var(--font-size2);
font-family: Arial, Helvetica, sans-serif;