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