Hi guys,
-
From reading on the forum it looks like the combo between Font Manager and custom fonts is a no go, is that correct?
-
Following this thread https://theme.co/apex/forum/t/adding-custom-fonts-to-font-manager/18330 I managed to add the custom font to be displayed in the X > Launch > Templates > Fonts section, but when selected, it doesn’t take affect (“WHO AM I”):
It does work, if I apply it with css:
* Custom Fonts (inputed in style.css)*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'AquaGrotesque', san-serif !important;
letter-spacing: 1px !important;}
Is there a way to have this work without forcing it through the Global CSS editor so I could take advantage of the “Text Format” settings under “Headline” (if I wanted to make custom changes for different headlines)
- Something else related to font color -> when I set the color for body and content https://prnt.sc/iuk3a9, it doesn’t apply either, have to force it with CSS again:
body, p, input, button, select, textarea {
color: #777777;}
Any idea why this is happening?
link: https://petardopchev.com/about