mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
Figure caption and blockquote styles update
This commit is contained in:
parent
6dfe6aace2
commit
77bd2e0bea
File diff suppressed because it is too large
Load diff
|
@ -143,14 +143,20 @@
|
|||
*/
|
||||
@fonts: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
|
||||
/**
|
||||
* Citizen font stack
|
||||
* Citizen title font stack
|
||||
*
|
||||
* `Titillium Web` – Futuristic, Closet to Univia Pro, OFL licensed
|
||||
* `Univia Pro` - Fallback font if Univia Pro is present
|
||||
* 'Monoid' - Code font, OFL licensed
|
||||
* Fallback using primary fonts
|
||||
*/
|
||||
@fonts-secondary: 'Titillium Web', 'Univia Pro', @fonts;
|
||||
@fonts-secondary: 'Titillium Web', @fonts;
|
||||
/**
|
||||
* Citizen serif font stack
|
||||
*
|
||||
* `Geogria` – Windows, Mac
|
||||
* `serif` – (Generic) web font fallback
|
||||
*/
|
||||
@fonts-serif: 'Geogria', @fonts;
|
||||
/**
|
||||
* System font stack for monospace fonts
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue