Difference between revisions of "MediaWiki:Common.css"

From Open Educational Resources
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .externalimage-holder { position: relative; } .externalimage-holder img { width: 100%; height: auto; }")
 
Line 9: Line 9:
 
     height: auto;
 
     height: auto;
 
}
 
}
 +
 +
@import url(https://fonts.googleapis.com/earlyaccess/notosanskannada.css);
 +
 +
body, h1, h2, h3, p, a, textarea, ol, ul, th, td {
 +
        font-family: 'Noto Sans Kannada', serif !important;
 +
}

Revision as of 08:55, 11 October 2016

/* CSS placed here will be applied to all skins */


.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}

 @import url(https://fonts.googleapis.com/earlyaccess/notosanskannada.css);

 body, h1, h2, h3, p, a, textarea, ol, ul, th, td {
        font-family: 'Noto Sans Kannada', serif !important;
 }