Set font for titles, subtitles as well as content headers
This commit is contained in:
parent
6490ebb17a
commit
3a2827c3e3
1 changed files with 4 additions and 2 deletions
|
@ -1,13 +1,15 @@
|
|||
@charset "utf-8";
|
||||
|
||||
// Set our custom font for headers
|
||||
// Set our custom font for all headers and menus
|
||||
.title,
|
||||
.subtitle,
|
||||
.content h1,
|
||||
.content h2,
|
||||
.content h3,
|
||||
.content h4,
|
||||
.content h5,
|
||||
.content h6 {
|
||||
.content h6,
|
||||
.menu {
|
||||
font-family: $family-geo;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue