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