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