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