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