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