The typography.css file gets used to style the content in the admin pages. For this to work correctly the css must use a standard format like the following:

p, ul {
	font-weight:bold;
}

or:

p, ul { font-weight:bold; }

Please note the tab (spaces can also be used) at the beginning of the 'font-weight..' line in the first example. There should be no space or tab at the beginning of other lines.

-------------------------------------------------

The files.csv file lists the css files that get used on the website, in the order they are shown.

-------------------------------------------------