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

Sign In or Register to comment.