Normalized the usage of quotes

This commit is contained in:
Hugo Giraudel 2015-12-31 12:26:47 +01:00
parent f749aa8a15
commit c671929b95
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ html
body
color: $color-secondary
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif
font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
font-size: 1.6em // currently ems cause chrome bug misinterpreting rems on body element
font-weight: 300
letter-spacing: .01em

View File

@ -5,7 +5,7 @@
pre
background: $color-tertiary
border-left: .3rem solid $color-primary
font-family: Menlo, Consolas, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, monospace
font-family: 'Menlo', 'Consolas', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Monaco', monospace
code
background: $color-tertiary