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