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