Use on the webTotal Use [ 6659 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/17241add9402e55769cb7887965581ee?family=Penabico+LIMITED+FREE+VERSION" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/17241add9402e55769cb7887965581ee?family=Penabico+LIMITED+FREE+VERSION);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Penabico LIMITED FREE VERSION";
src: url("https://db.onlinewebfonts.com/t/17241add9402e55769cb7887965581ee.eot");
src: url("https://db.onlinewebfonts.com/t/17241add9402e55769cb7887965581ee.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/17241add9402e55769cb7887965581ee.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/17241add9402e55769cb7887965581ee.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/17241add9402e55769cb7887965581ee.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/17241add9402e55769cb7887965581ee.svg#Penabico LIMITED FREE VERSION")format("svg");
}
2CSS rules to specify fonts
font-family: "Penabico LIMITED FREE VERSION";