Merge pull request #2 from HugoGiraudel/feature/quotes

Normalized the usage of quotes
This commit is contained in:
CJ Patoilo 2016-01-05 01:38:08 -03:00
commit 53f53b8423
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ html
body body
color: $color-secondary 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-size: 1.6em // currently ems cause chrome bug misinterpreting rems on body element
font-weight: 300 font-weight: 300
letter-spacing: .01em letter-spacing: .01em

View File

@ -5,7 +5,7 @@
pre pre
background: $color-tertiary background: $color-tertiary
border-left: .3rem solid $color-primary 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 code
background: $color-tertiary background: $color-tertiary