Tagged: font
You can use a font with personal font face?
use a child-thems .. can you help me thanks
Hi paso70!
Do you have a font file you wish to use with @font-face? If so then add this to your custom CSS.
@font-face {
font-family: your_font_name;
src: url(your_font.woff);
}
And then for example if you wanted to change the H1 headings then you could use this CSS.
h1 { font-family: your_font_name !important; }
Cheers!
Elliott
Hi apologies, I don’t mean to hijack this thread, but could I just ask, once I’ve downloaded the files from Font Face generator, do I upload the entire content of the font folder to Enfold/css folder? Thank you