MennoWemekamp / Planner-B

This is a calculator for the game Plan B: Terraform
https://mennowemekamp.github.io/Planner-B/
0 stars 0 forks source link

Font is different than expected #23

Open SpicoChicenk opened 1 year ago

SpicoChicenk commented 1 year ago

Describe the bug There is a different font to the dropdown choices than expected.

To Reproduce Steps to reproduce the behavior:

  1. Click the dropdown
  2. See the font is different
  3. Select any product
  4. The font changes to the expected font

Expected behavior The fonts should match.

Screenshots

image

Desktop (please complete the following information):

MennoWemekamp commented 1 year ago

I'll have to rework this when get around to refactoring the JS, potentially using a different methodology then <option> since I found this in the MDN documentation:

Styling the

MennoWemekamp commented 1 year ago

Tested it on Vivaldi, Chrome, and Firefox. Firefox does not respond to setting a font for the <option> tag. While on Vivaldi and Chrome it inherits the font properly.