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