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