1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 18:00:06 +01:00

nicer font fallbacks

This commit is contained in:
Matthias Kretschmann 2015-12-05 16:15:24 +01:00
parent 5acdcb7882
commit 975ec1b38a
3 changed files with 15 additions and 4 deletions

View File

@ -22,10 +22,16 @@ body
-moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: 'liga', 'kern';
letter-spacing: -0.01em
.wf-active &
letter-spacing: normal
@media $breakpoint3
font-size: $font-size-large
line-height: $line-height-large
p,
ul,
ol
@ -38,9 +44,14 @@ ol
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6
font-family: $headings-font-family
font-weight: $headings-font-weight
line-height: $headings-line-height
color: $headings-color
font-weight: 500
letter-spacing: -.09em
.wf-active &
font-weight: $headings-font-weight
letter-spacing: normal
h1, .h1,
h2, .h2

View File

@ -68,13 +68,13 @@ $line-height-computed = floor($font-size-base * $line-height-base)
$line-height-large = 1.5 // 36px/24px
$line-height-small = 1.1428571429
$font-family-base = 'ff-tisa-sans-web-pro', 'Helvetica Neue', Helvetica, Arial, sans-serif
$font-family-base = 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif
$font-weight-base = 400
$font-color-base = $text-color
$font-family-monospace = Menlo, Monaco, Consolas, 'Courier New', monospace
$headings-font-family = 'brandon-grotesque','Helvetica Neue',Helvetica,Arial,sans-serif
$headings-font-family = 'brandon-grotesque', 'Avenir Next', 'Helvetica Neue',Helvetica,Arial,sans-serif
$headings-font-weight = 500 // Medium
$headings-line-height = 1.1
$headings-color = $brand-dark

View File

@ -14,6 +14,7 @@
"build": "gulp build --production"
},
"dependencies": {
"bootstrap": "^3.3.6",
"jquery": ">=2.1.4",
"normalize-css": ">=2.3.1",
"normalize-opentype.css": ">=0.2.4",
@ -22,7 +23,6 @@
"webcomponents.js": ">=0.7.1"
},
"devDependencies": {
"bootstrap": "^3.3.6",
"browser-sync": ">=2.10.0",
"chalk": ">=1.0.0",
"concurrent-transform": ">=1.0.0",