|
|
| 8 eilutė: |
8 eilutė: |
| * See [[MediaWiki:Minerva-theme-dark.css]] for mobile dark theme related styles. | | * See [[MediaWiki:Minerva-theme-dark.css]] for mobile dark theme related styles. |
| */ | | */ |
|
| |
| /* Minecraft font
| |
| * [[File:Minecraft.woff2]] [[File:Minecraft.woff]]
| |
| */
| |
| @font-face {
| |
| font-family: Minecraft;
| |
| src: url('filepath://Minecraft.woff2') format('woff2'),
| |
| url('filepath://Minecraft.woff') format('woff');
| |
| }
| |
|
| |
|
| |
| @font-face {
| |
| font-family: 'IBM Plex Sans';
| |
| font-weight: normal;
| |
| font-style: normal;
| |
| font-display: swap;
| |
| src: url('filepath:///resources/assets/IBMPlexSans-Regular.woff2') format('woff2');
| |
| }
| |
|
| |
| @font-face {
| |
| font-family: 'IBM Plex Sans';
| |
| font-weight: normal;
| |
| font-style: italic;
| |
| font-display: swap;
| |
| src: url('filepath:///resources/assets/IBMPlexSans-Italic.woff2') format('woff2');
| |
| }
| |
|
| |
| @font-face {
| |
| font-family: 'IBM Plex Sans';
| |
| font-weight: bold;
| |
| font-style: normal;
| |
| font-display: swap;
| |
| src: url('filepath:///resources/assets/IBMPlexSans-Bold.woff2') format('woff2');
| |
| }
| |
|
| |
| @font-face {
| |
| font-family: 'IBM Plex Sans';
| |
| font-weight: bold;
| |
| font-style: italic;
| |
| font-display: swap;
| |
| src: url('filepath:///resources/assets/IBMPlexSans-BoldItalic.woff2') format('woff2');
| |
| }
| |
|
| |
| @font-face {
| |
| font-family: 'PT Serif';
| |
| font-weight: normal;
| |
| font-style: normal;
| |
| font-display: swap;
| |
| src: url('filepath:///resources/assets/PT-Serif_Regular.woff2') format('woff2');
| |
| }
| |
|
| |
|
| @font-face { | | @font-face { |
| font-family: 'PT Serif'; | | font-family: 'JetBrains Mono'; |
| font-weight: normal; | | font-weight: normal; |
| font-style: italic; | | font-style: italic; |
| font-display: swap; | | font-display: swap; |
| src: url('filepath:///resources/assets/PT-Serif_Italic.woff2') format('woff2'); | | src: url('filepath:///resources/assets/JetBrainsMono-Regular.woff2') format('woff2'); |
| }
| |
| | |
| @font-face {
| |
| font-family: 'PT Serif';
| |
| font-weight: bold;
| |
| font-style: normal;
| |
| font-display: swap;
| |
| src: url('filepath:///resources/assets/PT-Serif_Bold.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'PT Serif';
| |
| font-weight: bold;
| |
| font-style: italic;
| |
| font-display: swap;
| |
| src: url('filepath:///resources/assets/PT-Serif_Bold-Italic.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'RuneScape';
| |
| font-style: normal;
| |
| font-weight: normal;
| |
| src: local("RuneScape Plain 12"),
| |
| url('filepath:///resources/assets/RuneScape.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'RuneScape';
| |
| font-style: normal;
| |
| font-weight: bold;
| |
| src: local("RuneScape Bold"),
| |
| local("RuneScape Bold 12"),
| |
| local("RuneScape Chat 2"),
| |
| local("RuneScape Chat"),
| |
| url('filepath:///resources/assets/RuneScape_Bold.woff2') format('woff2');
| |
| }
| |
| | |
| @font-face {
| |
| font-family: 'RuneScape Small';
| |
| font-style: normal;
| |
| font-weight: normal;
| |
| src: local("RuneScape Plain 12"),
| |
| url('filepath:///resources/assets/RuneScape_Small.woff2') format('woff2');
| |
| } | | } |
|
| |
|
| body { | | body { |
| font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif; | | font-family: "JetBrains Mono", Arial, Helvetica, FreeSans, sans-serif; |
| } | | } |
|
| |
|