seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Remove font-family property from TableCell and TableRowHeadingCell #115

Closed natalynyu closed 2 years ago

natalynyu commented 2 years ago

This PR removes the font-family property from the TableCell and TableRowHeadingCell components. The font-family will instead be inherited from the components' parents. This way, the font of the table data in Course Planner should be sans-serif.

Describe your changes

Types of changes

Checklist:

Priority:

Related Issues:

Fixes #386