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