View previous topic :: View next topic |
Author |
Message |
pandaxiongmao Guru
Joined: 29 Sep 2003 Posts: 478 Location: USA
|
Posted: Mon May 14, 2007 2:14 am Post subject: Default Monospace Font [SOLVED] |
|
|
Maybe I'm asking too much, but wouldn't it be better if the Gentoo board utilizes better monospace fonts like Bitstream Vera Sans Mono or Monospace instead of Courier. Everytime I visit the posts which contain codes, I have to uncheck the option that enables the websites to implement their own fonts because the default monospace font that this board uses hurt my eyes.
Last edited by pandaxiongmao on Mon May 28, 2007 2:25 pm; edited 1 time in total |
|
Back to top |
|
|
PaulBredbury Watchman
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Mon May 14, 2007 2:19 am Post subject: |
|
|
Customize your fonts. Here's my snippet from ~/.fonts.conf
Code: | <!-- Replace Courier with a better-looking font -->
<match name="family" target="pattern">
<test name="family" qual="any">
<string>Courier</string>
</test>
<edit name="family" mode="assign">
<!-- Other choices - Andale Mono, Courier New, Luxi Mono, Bitstream Vera Sans Mono -->
<string>Bitstream Vera Sans Mono</string>
</edit>
</match> |
See wiki.
If you want your fonts to look gorgeous, see thread. |
|
Back to top |
|
|
pandaxiongmao Guru
Joined: 29 Sep 2003 Posts: 478 Location: USA
|
Posted: Mon May 14, 2007 5:00 am Post subject: |
|
|
Thanks for the hint; it works like a charm now. |
|
Back to top |
|
|
|