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