|
|
| Line 1: |
Line 1: |
| /* Import Google Fonts */ | | /* CSS placed here will be applied to all skins */ |
| @import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Parisienne|Alef&display=swap');
| |
| | |
| /* Apply Montserrat as the default font */
| |
| body {
| |
| font-family: "Montserrat", sans-serif;
| |
| }
| |
| | |
| /* Headings */
| |
| h1, h2, h3, h4, h5, h6 {
| |
| font-family: "Montserrat", sans-serif;
| |
| font-weight: 700;
| |
| }
| |
| | |
| /* Italics and emphasis */
| |
| em, i {
| |
| font-family: "Parisienne", cursive;
| |
| }
| |
| | |
| /* Code blocks and monospaced text */
| |
| pre, code {
| |
| font-family: "Alef", sans-serif;
| |
| }
| |
| | |
| /* Navigation menus */
| |
| #p-navigation, #mw-panel {
| |
| font-family: "Montserrat", sans-serif;
| |
| }
| |
| | |
| /* Footer */
| |
| #footer {
| |
| font-family: "Montserrat", sans-serif;
| |
| }
| |
| | |
| /* Sidebar */
| |
| #mw-panel {
| |
| font-family: "Montserrat", sans-serif;
| |
| }
| |
| | |
| /* Buttons and form elements */
| |
| button, input, select, textarea {
| |
| font-family: "Montserrat", sans-serif;
| |
| }
| |
/* CSS placed here will be applied to all skins */