Hi guys,
I have successfully added a custom font to my theme but would like the body text in a different font. If someone could point me in the right direction it will be most appreciated.
thanks
Matt
Hi guys,
I have successfully added a custom font to my theme but would like the body text in a different font. If someone could point me in the right direction it will be most appreciated.
thanks
Matt
Hi,
To change the body text font face, please add the code below to assets/base.css file.
body {
font-family: Your-Font-Name !important;
}
Please don’t forget to change “Your-Font-Name” to the font you want to use for body text.
Hope it helps.
Thanks.