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
|
||||
font-family: Constantia, Georgia, "Bitstream Vera Serif", "Liberation Serif", serif
|
||||
font-size: 16px
|
||||
|
@ -43,7 +45,7 @@ dl
|
|||
|
||||
|
||||
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
|
||||
color: #111
|
||||
font-weight: 200
|
||||
|
@ -128,7 +130,7 @@ figcaption
|
|||
|
||||
|
||||
body > header
|
||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
||||
font-family: $ans-serif
|
||||
font-size: 18px
|
||||
color: white
|
||||
padding: 0.5em
|
||||
|
@ -175,7 +177,7 @@ footer
|
|||
clear: both
|
||||
|
||||
.copyright
|
||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
||||
font-family: $ans-serif
|
||||
font-size: 14px
|
||||
padding-top: 1em
|
||||
display: block
|
||||
|
@ -224,7 +226,7 @@ ul.articles
|
|||
color: #999
|
||||
|
||||
strong
|
||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
||||
font-family: $ans-serif
|
||||
margin: 0
|
||||
font-weight: 200
|
||||
display: block
|
||||
|
@ -338,7 +340,7 @@ body.articles #content nav
|
|||
|
||||
#content
|
||||
.published
|
||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
||||
font-family: $ans-serif
|
||||
color: #999
|
||||
padding-bottom: 10px
|
||||
font-size: 14px
|
||||
|
@ -424,7 +426,7 @@ body.weather
|
|||
#current > .temperature
|
||||
|
||||
.temperature
|
||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
||||
font-family: $ans-serif
|
||||
font-weight: 200
|
||||
|
||||
.current
|
||||
|
|
Loading…
Reference in a new issue