mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
9143df141b5a415498251fa0e825fd2407d4ddb5
parent
92adc02768dc7b193e542f76dee025d7fffdb0e2
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-09-04 15:46
change example typography

Diffstat

M examples/example.scss 5 ++---

1 files changed, 2 insertions, 3 deletions


diff --git a/examples/example.scss b/examples/example.scss

@@ -5,10 +5,9 @@
    5     5 @import "../sass/form";
    6     6 
    7     7 html {
    8    -1     font-weight: 300;
   -1     8     font-family: serif;
    9     9 }
   10    10 
   11    11 h1, h2, h3, h4, h5, h6 {
   12    -1     font-weight: normal;
   13    -1     font-family: serif;
   -1    12     font-family: sans-serif;
   14    13 }