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