Add Medium font variant and update font weights globally
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
html {
|
||||
font: #{$base-font-size}/1.2 $font-sans;
|
||||
font-weight: 300;
|
||||
color: #fff;
|
||||
min-width: 320px;
|
||||
word-break: normal;
|
||||
@@ -17,7 +18,7 @@ body {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
strong {
|
||||
font-weight: 700;
|
||||
font-weight: 600;
|
||||
}
|
||||
em {
|
||||
font-style: normal;
|
||||
|
||||
Reference in New Issue
Block a user