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