Difference between revisions of "MediaWiki:Timeless.css"

From musings of k8
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Timeless skin: →‎Website title text: #p-logo-text a { font-family: "Dancing Script"; font-variant: none; } /* Username...")
 
m
Line 1: Line 1:
 
/* All CSS here will be loaded for users of the Timeless skin */
 
/* All CSS here will be loaded for users of the Timeless skin */
 +
 +
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
  
 
/* Website title text */
 
/* Website title text */

Revision as of 20:48, 30 December 2021

/* All CSS here will be loaded for users of the Timeless skin */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

/* Website title text */
#p-logo-text a {
	font-family: "Dancing Script";
	font-variant: none;
}
/* Username text */
#p-personal-label > b {
	font-family: "Dancing Script";
}