Template:Normal/styles.css

From Wikisource
Jump to navigation Jump to search
.wst-normal-body {
	font-style: normal;
/*	font-variant:normal;
	font-weight:normal; Commented out because it broke some code */
	
}

.wst-normal-body i,
.wst-normal-body em,
.wst-normal-body cite,
.wst-normal-body dfn {
	font-style: italic;
}
/* commented out because it broke some code.
.wst-normal-body b,
.wst-normal-body strong{
	font-weight: bold;
} */

.wst-italic-body .wst-normal-body {
 font-style:normal;
/* font-variant:normal; Commented out per comments about not overloading this.*/
}