Hello Community,
We successfuly used this code on theme.css with Impact 6.1.0
.h0 {
font-family: "winlove";
font-size: var(--text-h0);
line-height: 1;
}
After updating to 6.2, it no longer loads our font.
Our font is a .ttf file stored in the assets folder.
We tried the same code above and it did not load and we tried the @font-face approach to define our font-family with defined file path. These approaches did not work, so we have not yet published the 6.2 theme of www.viridianbay.com.
Photo attached is how we want the custom font to appear on the home page.
How do we get our custom font to appear like it did in the old Impact theme?