Use on the webTotal Use [ 3520 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/13fd6f34b3848138f7e28ac358b3a0ce?family=p5hatty" 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/13fd6f34b3848138f7e28ac358b3a0ce?family=p5hatty);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "p5hatty";
src: url("https://db.onlinewebfonts.com/t/13fd6f34b3848138f7e28ac358b3a0ce.eot");
src: url("https://db.onlinewebfonts.com/t/13fd6f34b3848138f7e28ac358b3a0ce.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/13fd6f34b3848138f7e28ac358b3a0ce.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/13fd6f34b3848138f7e28ac358b3a0ce.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/13fd6f34b3848138f7e28ac358b3a0ce.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/13fd6f34b3848138f7e28ac358b3a0ce.svg#p5hatty")format("svg");
}
2CSS rules to specify fonts
font-family: "p5hatty";