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