MediaWiki:Common.css: Difference between revisions
No edit summary |
Add bold/bold italic |
||
| 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'; | ||
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'; | ||
src: local("Nunito Italic"), url('/images/c/c6/Nunito-Italic.woff2') format('woff2'); | src: local("Nunito Italic"), url('/images/c/c6/Nunito-Italic.woff2') format('woff2'); | ||
font-weight: 400; | font-weight: 400; | ||
font-display: swap; | |||
font-style: italic; | |||
} | |||
@font-face { | |||
font-family: 'Nunito'; | |||
src: local("Nunito Bold"), url('/images/a/ac/Nunito-Bold.woff2') format('woff2'); | |||
font-weight: 700; | |||
font-display: swap; | |||
font-style: normal; | |||
} | |||
@font-face { | |||
font-family: 'Nunito'; | |||
src: local("Nunito Bold Italic"), url('/images/4/4a/Nunito-BoldItalic.woff2') format('woff2'); | |||
font-weight: 700; | |||
font-display: swap; | font-display: swap; | ||
font-style: italic; | font-style: italic; | ||