January 8, 2019 at 2:47 pm
#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;
}