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