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