MediaWiki:Timeless.css: Difference between revisions

From City of Heroes: Rebirth Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Timeless skin: @font-face { font-family: 'red_circleregular'; src: url('redcircl-webfont.woff2') format('woff2'),...")
 
No edit summary
Line 2: Line 2:


@font-face {
@font-face {
     font-family: 'red_circleregular';
     font-family: font68587;
     src: url('redcircl-webfont.woff2') format('woff2'),
     src: url('redcircl-webfont.woff2') format('woff2'),
         url('redcircl-webfont.woff') format('woff');
         url('redcircl-webfont.woff') format('woff');

Revision as of 00:53, 12 September 2019

/* CSS placed here will affect users of the Timeless skin */

@font-face {
    font-family: font68587;
    src: url('redcircl-webfont.woff2') format('woff2'),
         url('redcircl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}