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