css: general placement
This commit is contained in:
15
app/assets/stylesheets/generic/_typography.scss
Normal file
15
app/assets/stylesheets/generic/_typography.scss
Normal file
@ -0,0 +1,15 @@
|
||||
body {
|
||||
font-family: $primary-font-face;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 0 0 $gutter;
|
||||
font-family: $heading-font-face;
|
||||
font-weight: 100;
|
||||
}
|
Reference in New Issue
Block a user