Re: How to show braille dots on the web page?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

_______________________________________________
Blinux-list mailing list
Blinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/blinux-list

[Index of Archives]     [Linux Speakup]     [Fedora]     [Linux Kernel]     [Yosemite News]     [Big List of Linux Books]