Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Scrimblo/timeless.css: Difference between revisions

From Dragdown
Content added Content deleted
(Created page with "@import url( 'https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap'); #content h1, #content h2 { font-family: 'Roboto', sans-serif; }")
 
No edit summary
 
Line 4: Line 4:
#content h2 {
#content h2 {
font-family: 'Roboto', sans-serif;
font-family: 'Roboto', sans-serif;
}

body {
background: red;
}
}

Latest revision as of 02:05, 15 May 2022

@import url( 'https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

#content h1, 
#content h2 {
  font-family: 'Roboto', sans-serif;
}

body {
  background: red;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.