Other Stuff

UoM::RCS::Talby


Page Contents:


Page Group:

2010:

2009: 2008:


Related Pages:





TrueType Fonts on Debian; RCS Template-Compliant Web-Based Presentations

Two related issues here:

And a successful result:

apt-get the Utilites and Fonts Required

    apt-get install xfonts-utils
        #
        # ...ok, you probably already have this
        #

    apt-get install ttmkfdir
    apt-get install msttcorefonts
        #
        # ...You'll need "contrib" in your apt sources for msttcorefonts
        #    to be found...
        #
        #     -- msttcorefonts downloads the TrueType fonts as part of
        #        its installation/setup

Configure X11 to Use the MS TT Fonts

  cd /usr/share/fonts/truetype/msttcorefonts

  ttmkfdir -o fonts.scale
      # ...from ttmkfdir

  mkfontdir -e /usr/share/fonts/X11/encodings
      # ...from xfonts-utils

Applications, including Firefox, will need to be restarted to use the new fonts.

Install the RCS Template TrueType Font

Grab a copy of the "The Sans Classic" .ttf files (e.g., local copy) and stick them in

    /usr/share/fonts/truetype/uom

Configure X11 to Use the The Sans Classic

Use ttmkfdir and mkfontdir, as before.

Write the Web-Based Presentation