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