I want to print my HTML page from browser using the fonts "FontA11". How can I use this fonts for my page?
I want to print this using browser. I am going to make web app for my client and they are using EPSON printer to print.
I have set my Epson (TM-U220D, Model: M188D) printer as default and I am able to see the fonts "FontA11" in Microsoft word. It also prints using this fonts when printed from Microsoft word.
Now, I want to print my HTML page from browser using this fonts but its not working. I have also tried NOT setting "font-family" to my css and check which fonts it takes but even that is not working.
I know "FontA11" is printer fonts and we can't refer those in HTML page but I want a way through which my page outputs with "FontA11" fonts.
Can anybody help?