PolicyEngine / policyengine-app

PolicyEngine's free web app for computing the impact of public policy.
GNU Affero General Public License v3.0
32 stars 86 forks source link

SignupModal's header font is incorrect #1699

Closed anth-volk closed 1 week ago

anth-volk commented 2 weeks ago

This is likely due to the fact that App.css only defines the font for h1 through h4 headers, and that modal uses h6. We should either change it to something like h4 or alter App.css to define the same font for all headers.

rhwd commented 2 weeks ago

I made a PR for this issue, I would be pleased if you could review it. https://github.com/PolicyEngine/policyengine-app/pull/1700

anth-volk commented 1 week ago

@rhwd Thanks for your work on this! Will review today.