MediaWiki:Fonts.css

From Hi-5 World Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@font-face {
    font-family: 'Merge';
    src: url('/fonts/Merge-Light.woff2') format('woff2'),
        url('/fonts/Merge-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MergeW00';
    src: url('/fonts/MergeW00-Bold.woff2') format('woff2'),
        url('/fonts/MergeW00-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merge Pro';
    src: url('/fonts/MergePro-Regular.woff2') format('woff2'),
        url('/fonts/MergePro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MergeBlackW00';
    src: url('/fonts/MergeBlackW00-Regular.woff2') format('woff2'),
        url('/fonts/MergeBlackW00-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merge Pro';
    src: url('/fonts/MergeProCondensedRegular.woff2') format('woff2'),
        url('/fonts/MergeProCondensedRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}