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