Difference between revisions of "User:Razfahd/vector.css"
Jump to navigation
Jump to search
(Created page with "@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap'); body { font: 16px/21px "Exo 2"; }") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap'); | ||
+ | |||
body { | body { | ||
− | font: | + | font-family: "Exo 2", |
+ | } | ||
+ | .mw-body-content * { | ||
+ | font-size: 16px; | ||
} | } |
Latest revision as of 07:22, 19 December 2023
@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');
body {
font-family: "Exo 2",
}
.mw-body-content * {
font-size: 16px;
}