Got a spare minute? The Archives need some love. See the
to-do list to find a way to help.
If you upload a new image make sure you name and categorize it properly. If in doubt, ask an
admin or see our
FAQ page.
MediaWiki:Monobook.css: Difference between revisions
From Bulbagarden Archives
Jump to navigationJump to search
261 bytes removed
, 1 March
|
|
Line 71: |
Line 71: |
|
| |
|
| /* Override default font used for gender symbols for legibility */ | | /* Override default font used for gender symbols for legibility */ |
| @font-face {
| |
| font-family: 'bp_gender';
| |
| src:
| |
| local('Segoe UI Symbol'), /* Windows, overriding Arial */
| |
| local('Helvetica'), /* Mac/iOS */
| |
| local('Noto Emoji Regular'); /* Android */
| |
| unicode-range: U+2640, U+2642;
| |
| }
| |
|
| |
| body { | | body { |
| font-family: 'bp_gender', sans-serif; | | font-family: 'bp_gender', sans-serif; |
| } | | } |