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