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