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