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