MediaWiki talk:Valve.css

From Team Fortress Wiki
Revision as of 16:52, 2 July 2010 by Vi3trice (talk | contribs)
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)

I tried that. Didn't seem to work. -- Smashman... (ts) 16:26, 2 July 2010 (UTC)
Currently it's really bungled. Try proofreading. Nineaxis 16:28, 2 July 2010 (UTC)
Unsure if you can embed from dropbox. Nineaxis 16:29, 2 July 2010 (UTC)
I meant try TF2 secondary for the page title, not h2... pages are looking really ugly now Nineaxis 16:42, 2 July 2010 (UTC)
Looks funky. Vi3trice 16:52, 2 July 2010 (UTC)