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