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