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