MediaWiki:Timeless.css
From LCARS
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.
/* CSS placed here will affect users of the Timeless skin */
/* --- Fonts --- */
@font-face {
font-family: 'Teko';
src: url('//fa.deathkitten.net/other/teko/teko-light.ttf') format('truetype');
font-style: normal;
font-weight: 300; }
@font-face {
font-family: 'Teko';
src: url('//fa.deathkitten.net/other/teko/teko-regular.ttf') format('truetype');
font-style: normal;
font-weight: 400; }
@font-face {
font-family: 'Teko';
src: url('//fa.deathkitten.net/other/teko/teko-medium.ttf') format('truetype');
font-style: normal;
font-weight: 500; }
@font-face {
font-family: 'Teko';
src: url('//fa.deathkitten.net/other/teko/teko-semibold.ttf') format('truetype');
font-style: normal;
font-weight: 600; }
@font-face {
font-family: 'Teko';
src: url('//fa.deathkitten.net/other/teko/teko-bold.ttf') format('truetype');
font-style: normal;
font-weight: 700; }
@font-face {
font-family: 'Oswald';
src: url('//fa.deathkitten.net/other/oswald/oswald-regular.ttf') format('truetype');
font-style: normal;
font-weight: 400; }
@font-face {
font-family: 'Oswald';
src: url('//fa.deathkitten.net/other/oswald/oswald-light.ttf') format('truetype');
font-style: normal;
font-weight: 300; }
@font-face {
font-family: 'Oswald';
src: url('//fa.deathkitten.net/other/oswald/oswald-bold.ttf') format('truetype');
font-style: normal;
font-weight: 700; }