Difference between revisions of "MediaWiki:Common.css"
| Line 31: | Line 31: | ||
@font-face { | @font-face { | ||
| − | font-family: | + | font-family: "tga_sans"; |
font-style: normal; | font-style: normal; | ||
font-weight: normal; | font-weight: normal; | ||
| − | src: local( | + | src: local("texgyreadventor_regular"), url('http://nativebigdata.com/font/texgyreadventor_regular.woff') format('woff'); |
} | } | ||
*/ | */ | ||
| Line 42: | Line 42: | ||
body , p { | body , p { | ||
background: #DDF; | background: #DDF; | ||
| − | font-family: " | + | font-family: "tga_sans"; |
font-size: 18px; | font-size: 18px; | ||
color: #606060; | color: #606060; | ||
Revision as of 10:39, 12 June 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');
}
@font-face {
font-family: 'lm_roman';
font-style: italic;
font-weight: normal;
src: local('LMRoman10-Italic'), url('http://nativebigdata.com/font/lmroman10_italic.woff') format('woff');
}
@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');
}
@font-face {
font-family: 'lm_roman';
font-style: italic;
font-weight: bold;
src: local('LMRoman10_Italic_Bold'), url('http://nativebigdata.com/font/lmroman10_italic_bold.woff') format('woff');
}
@font-face {
font-family: "tga_sans";
font-style: normal;
font-weight: normal;
src: local("texgyreadventor_regular"), url('http://nativebigdata.com/font/texgyreadventor_regular.woff') format('woff');
}
*/
@import url("http://nativebigdata.com/css/latin_fonts.css")
.mw-headline { font-family: 'tga_sans' }
body , p {
background: #DDF;
font-family: "tga_sans";
font-size: 18px;
color: #606060;
font-weight: normal;
}
div#content h1, div#content h2 {font-family: "lm_roman" }