Skip to content
Snippets Groups Projects
Commit 4661069c authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Sans-serif font as default.

parent 461f0e2d
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ $code-font-family: code; ...@@ -6,7 +6,7 @@ $code-font-family: code;
// Fonts // Fonts
h1, h2, h3, h4, h5, h6 { @extend .#{$header-font-family}; } h1, h2, h3, h4, h5, h6 { @extend .#{$header-font-family}; }
p, li { @extend .#{$text-font-family}; } body { @extend .#{$text-font-family}; }
code, pre { @extend .#{$code-font-family}; } code, pre { @extend .#{$code-font-family}; }
// Header // Header
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment