Difference between revisions of "MediaWiki:Common.css"
From Suresh Joshi
Tag: Reverted |
|||
Line 16: | Line 16: | ||
body { | body { | ||
font-family: Ekatra; | font-family: Ekatra; | ||
font-size: | font-size: 16px; | ||
} | } | ||
Revision as of 14:15, 26 September 2021
@font-face {
font-family: "Ekatra";
src: url("https://sureshjoshi.org/fonts/Ekatra-Normal.ttf");
}
@font-face {
font-family: "Ekatra";
src: url("https://sureshjoshi.org/fonts/Ekatra-Bold.ttf");
font-weight: bold;
}
@font-face {
font-family: "Ekatra";
src: url("https://sureshjoshi.org/fonts/Ekatra-Italic.ttf");
font-style: italic;
}
body {
font-family: Ekatra;
font-size: 16px;
}
#p-logo-text {
display: flex;
align-items: center;
}
#footer-places, #ca-viewsource, #ca-talk {
display: none;
}
#p-banner {
overflow: hidden;
white-space: nowrap;
}
#mw-content-container {
background-image: none;
}