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