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