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