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