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