forked from wezm/wezm.net
DRY up font-family in stylesheet
This commit is contained in:
parent
ae91faf428
commit
71f2d3d65c
1 changed files with 8 additions and 6 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
$ans-serif: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
||||||
|
|
||||||
body
|
body
|
||||||
font-family: Constantia, Georgia, "Bitstream Vera Serif", "Liberation Serif", serif
|
font-family: Constantia, Georgia, "Bitstream Vera Serif", "Liberation Serif", serif
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
|
@ -43,7 +45,7 @@ dl
|
||||||
|
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6
|
h1, h2, h3, h4, h5, h6
|
||||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
font-family: $ans-serif
|
||||||
margin: 0.6em 0 0.5em 0
|
margin: 0.6em 0 0.5em 0
|
||||||
color: #111
|
color: #111
|
||||||
font-weight: 200
|
font-weight: 200
|
||||||
|
@ -128,7 +130,7 @@ figcaption
|
||||||
|
|
||||||
|
|
||||||
body > header
|
body > header
|
||||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
font-family: $ans-serif
|
||||||
font-size: 18px
|
font-size: 18px
|
||||||
color: white
|
color: white
|
||||||
padding: 0.5em
|
padding: 0.5em
|
||||||
|
@ -175,7 +177,7 @@ footer
|
||||||
clear: both
|
clear: both
|
||||||
|
|
||||||
.copyright
|
.copyright
|
||||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
font-family: $ans-serif
|
||||||
font-size: 14px
|
font-size: 14px
|
||||||
padding-top: 1em
|
padding-top: 1em
|
||||||
display: block
|
display: block
|
||||||
|
@ -224,7 +226,7 @@ ul.articles
|
||||||
color: #999
|
color: #999
|
||||||
|
|
||||||
strong
|
strong
|
||||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
font-family: $ans-serif
|
||||||
margin: 0
|
margin: 0
|
||||||
font-weight: 200
|
font-weight: 200
|
||||||
display: block
|
display: block
|
||||||
|
@ -338,7 +340,7 @@ body.articles #content nav
|
||||||
|
|
||||||
#content
|
#content
|
||||||
.published
|
.published
|
||||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
font-family: $ans-serif
|
||||||
color: #999
|
color: #999
|
||||||
padding-bottom: 10px
|
padding-bottom: 10px
|
||||||
font-size: 14px
|
font-size: 14px
|
||||||
|
@ -424,7 +426,7 @@ body.weather
|
||||||
#current > .temperature
|
#current > .temperature
|
||||||
|
|
||||||
.temperature
|
.temperature
|
||||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
font-family: $ans-serif
|
||||||
font-weight: 200
|
font-weight: 200
|
||||||
|
|
||||||
.current
|
.current
|
||||||
|
|
Loading…
Reference in a new issue