Our new wordpress theme uses two sets of google fonts that need to be imported. For our forum I made a clone of the entire style already but i have no clue how to include these two font families.
From the wordpress css:
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
Is there a way to do this?
From the wordpress css:
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
Is there a way to do this?