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