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