MediaWiki talk:Valve.css

From Team Fortress Wiki
Revision as of 16:24, 2 July 2010 by Nineaxis (talk | contribs) (TF2 Build font.)
Jump to: navigation, search

TF2 Build font.

Is it working for you? Lemme know if it is. Install TF2 Build if you want, that can be found in tf/resource. Thanks. -- Smashman... (ts) 13:53, 2 July 2010 (UTC)

Embedding

You can embed it using @font-face, like we did for tf2lobby.

@font-face {
    font-family: "TF2 Build";
    src: url("fonts/tf2build.ttf");
} 

@font-face {
    font-family: "TF2 Secondary";
    src: url("fonts/tf2secondary.ttf");
}

Just need to be able to add the font file to the site and link it from the CSS. Have you tried TF2 Secondary for the page titles? Nineaxis 16:24, 2 July 2010 (UTC)