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