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