MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Ounghlathein (talk | contribs) No edit summary |
Ounghlathein (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
.mw-body-content p { | .mw-body-content p { | ||
font-size: 1. | font-size: 1.2em; | ||
font-family: 'Myanmar3', 'myanmar', 'Pyidaungsu'; | font-family: 'Myanmar3', 'myanmar', 'Pyidaungsu'; | ||
margin-bottom: 0.7em; | margin-bottom: 0.7em; | ||
} | } | ||
/* font embedding code added by wikiadmin ends */ | /* font embedding code added by wikiadmin ends */ |
Latest revision as of 23:09, 8 October 2023
/* CSS placed here will be applied to all skins */
/* font embedding code added by wikiadmin starts */
@font-face {
font-family: 'myanmar';
src: local('Myanmar3'), url('https://arakanwiki.org/fonts/myanmar3.ttf') format('truetype'),
url('https://arakanwiki.org/fonts/myanmar3.eot'),
url('https://arakanwiki.org/fonts/myanmar3.svg') format('svg'),
url('https://arakanwiki.org/fonts/myanmar3.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body, .mw-body h1, .mw-body-content h2 {
font-family: 'Myanmar3', 'myanmar', 'Pyidaungsu';
}
.mw-body-content p {
font-size: 1.2em;
font-family: 'Myanmar3', 'myanmar', 'Pyidaungsu';
margin-bottom: 0.7em;
}
/* font embedding code added by wikiadmin ends */