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