Jump to content

User:W-dcem/vector-2022.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
W-dcem (talk | contribs)
Created page with 'Use a serif font for the Wikipedia article body: .mw-body { font-family: "EB Garamond", serif; }'
 
W-dcem (talk | contribs)
mNo edit summary
Line 1: Line 1:
/* Use a serif font for the Wikipedia article body */
/* Use a serif font for the Wikipedia article body */
.mw-body {
.mw-body {
font-family: "EB Garamond", serif;
font-family: serif;
}
}

Revision as of 18:58, 27 July 2023

/* Use a serif font for the Wikipedia article body */
.mw-body {
    font-family: serif;
}