Skip to content
Snippets Groups Projects
Commit 411c673b authored by Jonas Leder's avatar Jonas Leder
Browse files

use different font for page title

parent b67d2d51
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
@include burger-to-cross;
}
&.is-active #menuContent {
display: block;
display: inline-block;
}
}
......
......@@ -9,17 +9,13 @@ body {
margin: 0;
}
%headlines {
font-family: "Times New Roman", serif;
color: red;
}
h1 {
color: $bc-discord-4;
font-size: 2em;
@extend %headlines;
font-family: $font-family;
}
h2 {
@extend %headlines;
font-family: $font-family;
font-size: 1.8em;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment