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