badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: New font

#59583
Alberto
Participant

I think it’s OK now.

Folders directory: themes/wp-portfolio/font-awesome/snell-roundhand

Font: SnellRoundhand .ttf, .otf, .woff

In the child css:

@font-face {
	font-family: SnellRoundhand;
    src: url(SnellRoundhand.ttf) format('truetype'),
           url(SnellRoundhand.woff) format('woff'),
           url(SnellRoundhand.eot) format('embedded-opentype');
}

/* Copyright sotto le frasi */
.frasicopy { 
	font-family: SnellRoundhand, times, arial;
	font-size: 1.1em;
	font-style: normal;
	color: #118040;  	
}