Difference between revisions of "User:Razfahd/vector.css"

From Idlescape Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');
 +
 
body {
 
body {
 +
  font-family: "Exo 2",
 +
}
 +
.mw-body-content * {
 
   font-size: 16px;
 
   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;
}