GrapheneOS / grapheneos.org

Main website servers
https://grapheneos.org/
MIT License
424 stars 123 forks source link

Make buttons inherit font family #793

Closed cosmicproc closed 8 months ago

cosmicproc commented 8 months ago

Form elements don't inherit fonts by default. This causes <button> elements to have a browser-chosen font unlike the <a> element that looks like a button in the home page. Also, if desired, <input>, <select>, and <textarea> elements, which have the same behavior, can be added to the CSS rule as well.

Home page button (actually an <a> element) (https://grapheneos.org/) image1 Buttons in the web installer page (https://grapheneos.org/install/web) image2 These are actually different fonts image3 image4

Reference: https://stackoverflow.com/questions/26140050/why-is-font-family-not-inherited-in-button-tags-automatically

thestinger commented 8 months ago

Also, if desired, ,