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