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