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