mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-17 12:43:02 +00:00
15 lines
461 B
Plaintext
15 lines
461 B
Plaintext
|
/**
|
||
|
* This file is a LESS import match for "mediawiki.skin.variables.less"
|
||
|
* when Vector is the active skin.
|
||
|
*/
|
||
|
|
||
|
@import 'mediawiki.skin.defaults.less';
|
||
|
|
||
|
// Body content uses the user setting in browser / the system default sans-serif font:
|
||
|
// Arial on Windows, Roboto on Android.
|
||
|
// FIXME: Use WikimediaUI Base's OS specific default sans-serif fonts.
|
||
|
@font-family-sans: sans-serif;
|
||
|
|
||
|
// Matches wikimedia-ui-base and OOUI/wikimedia
|
||
|
@border-radius-base: 2px;
|