MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 93: Line 93:
         height: auto !important;
         height: auto !important;
     }
     }
}
/* Power Characters */
@font-face {
    font-family: 'power_symbols';
    src: url('https://toonz.ca/fonts/unicode/Unicode_IEC_symbol.ttf') format('ttf'),
        url('https://toonz.ca/fonts/unicode/Unicode_IEC_symbol.woff2') format('woff2'),
        url('https://toonz.ca/fonts/unicode/Unicode_IEC_symbol.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.power{
  font-family: 'power_symbols';
  font-style: normal;
}
}