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