Set this special-for-geo family just for headings

This commit is contained in:
benjamin melançon 2019-07-31 12:36:10 -04:00
parent 9a6eb8d9ba
commit a9344defa4
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
.content h4, .content h4,
.content h5, .content h5,
.content h6 { .content h6 {
font-family: $family-serif; font-family: $family-geo;
} }
// Prevent images from being larger than their Drupal-set size // Prevent images from being larger than their Drupal-set size

View file

@ -1,4 +1,4 @@
$family-sans-serif: "Ocan", "Arial Narrow", "Helvetica", "Lucida", sans-serif !default $family-geo: "Ocan", "Ubuntu", "Arial Narrow", "Helvetica", "Arial", "Lucida", sans-serif !default
@font-face { @font-face {
font-family: 'Ocan'; font-family: 'Ocan';