Difference between revisions of "MediaWiki:Common.css"
| Line 4: | Line 4: | ||
font-family: 'lm_roman'; | font-family: 'lm_roman'; | ||
font-style: normal; | font-style: normal; | ||
| − | font-weight: | + | font-weight: normal; |
| − | src: local(' | + | src: local('LMRoman10_Regular'), url('http://nativebigdata.com/font/lmroman10_regular.woff') format('woff'); |
| + | } | ||
| − | body { font-family: lm_roman } | + | body { font-family: 'lm_roman' } |
Revision as of 17:37, 10 January 2019
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'lm_roman';
font-style: normal;
font-weight: normal;
src: local('LMRoman10_Regular'), url('http://nativebigdata.com/font/lmroman10_regular.woff') format('woff');
}
body { font-family: 'lm_roman' }