Use a google font in my theme custom CSS
In my theme options I want to use a google font. I'm using a google font in my tempates for woo commerce that I selected thru the select dropdown, and it works perfectly. What if I want to usea google font in the custom css that is used site wide?
Like this :
Subheader h1.title{
color: #614828;
font-family:Oxanium sans-serif !important;
font-size:40px;
}
Oxanium is my google font
Comments
Hello,
You should add a comma after the name of your font in the font-family.
Also, please send us a link to the page where you want to use it.
thanks