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