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