Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: @import url("http://nativebigdata.com/css/latin_fonts.css") body {font-family: "lm_roman", sans-serif}") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | |||
| − | body {font-family: "lm_roman" | + | @font-face { |
| + | font-family: 'lm_roman'; | ||
| + | font-style: normal; | ||
| + | font-weight: bold; | ||
| + | src: local('LMRoman10-Bold'), url('http://nativebigdata.com/font/lmroman10_regular_bold.woff') format('woff'); | ||
| + | |||
| + | body {font-family: "lm_roman" } | ||
Revision as of 18:34, 9 January 2019
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'lm_roman';
font-style: normal;
font-weight: bold;
src: local('LMRoman10-Bold'), url('http://nativebigdata.com/font/lmroman10_regular_bold.woff') format('woff');
body {font-family: "lm_roman" }