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