Set font for titles, subtitles as well as content headers

This commit is contained in:
benjamin melançon 2019-07-31 13:35:15 -04:00
parent 6490ebb17a
commit 3a2827c3e3

View file

@ -1,13 +1,15 @@
@charset "utf-8"; @charset "utf-8";
// Set our custom font for headers // Set our custom font for all headers and menus
.title, .title,
.subtitle,
.content h1, .content h1,
.content h2, .content h2,
.content h3, .content h3,
.content h4, .content h4,
.content h5, .content h5,
.content h6 { .content h6,
.menu {
font-family: $family-geo; font-family: $family-geo;
} }