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