TEMPLATE_DIR/custom/fonts/ as explained in the official G5 documentation.@import "dependencies"; instead of @import "vendor/bourbon/bourbon";, the documentation is outdated.@import "dependencies";
@include font-face('BloodyNormal', 'gantry-theme://fonts/BLOODY-webfont');
.font-family-bloody {
font-family: 'BloodyNormal',Helvetica,Arial,sans-serif;
font-weight: normal;
font-style: normal;
}.g-main-nav. So, add the following code in the custom.scss file, below the above code:.g-main-nav {
font-family: "BloodyNormal";
}You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »