Font Changing (CSS)

Forum rules
- Ask questions about or share code from languages other than Source Engine scripting.
- Start new topic titles with the code language in brackets (i.e. [C#], [C++], [PHP], etc.)
Locked
User avatar
JoshN0S
Former Server Admin
Posts: 504
Joined: Mon May 17, 2010 10:01 pm
Location: United States

Font Changing (CSS)

Post by JoshN0S » Fri May 20, 2011 8:41 pm

Code: Select all

span { 
  font-variant:small-caps; 
}

Locked