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