diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-11-03 13:37:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-11-03 13:37:35 +0200 |
commit | c85e98534260c57e3f10f2047a55410cd203b360 (patch) | |
tree | b9b632f9ec1ca24b735fdf2d11c85a020c34989c /helpcontent2/source/auxiliary/bg/highcontrastwhite.css | |
parent | 222e2ef13023c9ff33003c6273fc38ad9595670b (diff) |
Munge font preferences
Do permanently what bin/help-font-munge does, so we don't need to call
that any more each time when building.
Diffstat (limited to 'helpcontent2/source/auxiliary/bg/highcontrastwhite.css')
-rwxr-xr-x | helpcontent2/source/auxiliary/bg/highcontrastwhite.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpcontent2/source/auxiliary/bg/highcontrastwhite.css b/helpcontent2/source/auxiliary/bg/highcontrastwhite.css index 88e5a50972..336ca3fde2 100755 --- a/helpcontent2/source/auxiliary/bg/highcontrastwhite.css +++ b/helpcontent2/source/auxiliary/bg/highcontrastwhite.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: Arial,Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Courier New",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold;} |