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