diff --git a/web/themes/custom/geofresco/src/global/_base.scss b/web/themes/custom/geofresco/src/global/_base.scss index d4becd3..6d1f57e 100644 --- a/web/themes/custom/geofresco/src/global/_base.scss +++ b/web/themes/custom/geofresco/src/global/_base.scss @@ -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; }