MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 536: | Line 536: | ||
/*@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');*/ | /*@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');*/ | ||
@font-face { | @font-face { | ||
font-family: 'Nunito'; | font-family: 'Nunito-Regular'; | ||
src: local("Nunito"), url('/images/7/71/Nunito-Regular.woff2') format('woff2'); | src: local("Nunito"), url('/images/7/71/Nunito-Regular.woff2') format('woff2'); | ||
font-weight: 400; | font-weight: 400; | ||
| Line 543: | Line 543: | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Nunito'; | font-family: 'Nunito-Regular'; | ||
src: local("Nunito Italic"), url('/images/7/71/Nunito-Italic.woff2') format('woff2'); | src: local("Nunito Italic"), url('/images/7/71/Nunito-Italic.woff2') format('woff2'); | ||
font-weight: 400; | font-weight: 400; | ||
| Line 662: | Line 662: | ||
body { | body { | ||
font-family: 'Nunito', 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif; | font-family: 'Nunito-Regular', 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif; | ||
} | } | ||