User:Zachary123212/common.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text&display=swap');

body{
	font-family: 'Libre Caslon Text';
	text-align: justify;
	hyphens: auto;
	quotes: "\201c" "\201d" "\2018" "\2019";
}

#bodyContent{
	line-height: 1.6;
}

blockquote {
  quotes: "\201c" "\201d" "\2018" "\2019";
}

.mw-headline{
	font-family: 'Libre Caslon Text' !important;
}

.firstHeading{
	font-family: 'Libre Caslon Text' !important;
}