How to show braille dots on the web page?

Benjamin Hawkes-Lewis bhawkeslewis at googlemail.com
Sun Mar 8 14:16:19 UTC 2009


On 8/3/09 14:01, 高生旺 wrote:
> After installing this font, users should choose it
> manually, right? Whether may I make this automatically?

Users download and install the font.

Then you specify the font for the elements containing braille content 
using CSS:

http://dev.opera.com/articles/view/27-css-basics/

http://dev.opera.com/articles/view/28-inheritance-and-cascade/

http://dev.opera.com/articles/view/29-text-styling-with-css/

http://www.w3.org/TR/CSS21/fonts.html#font-family-prop

.braille {
     font-family: Arial, "UBraille", sans-serif;
}

for example.

--
Benjamin Hawkes-Lewis




More information about the Blinux-list mailing list