MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will affect users of the Vector skin: body { font-family: Ubuntu, sans-serif; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
@import url('https://fonts.googleapis.com/css?family=cuprum'); | |||
body { | body { | ||
font-family: | font-family: 'cuprum'; | ||
} | } | ||