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