Merge pull request #2 from HugoGiraudel/feature/quotes
Normalized the usage of quotes
This commit is contained in:
commit
53f53b8423
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user