asuengineering / asu-labs-theme

A theme for WordPress to help build and organize small group websites. Ideal for engineering "lab" groups on campus. Documentation: https://asuengineering.github.io/asu-labs-theme/
http://links.asu.edu/labdemo
MIT License
2 stars 2 forks source link

Adjust Typography for the site #18

Open SteveRyan-ASU opened 4 years ago

SteveRyan-ASU commented 4 years ago

Main concern is that the paragraph font for pages/posts is this:

margin-bottom: 1.5em;
font-size: 18px;
font-weight: 300;

but bulleted text is rendered using rules of the default HTML element, which is:

font-size: 16px;
font-weight: 400;

The combinationn of the two weights and sizes is really glaring when looking at a whole body of text. No need to step down the typography size here. Just set them as equal.