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