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