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