moxystudio / next-with-moxy

MOXY's boilerplate to accelerate the setup of new Next.js based web applications
https://next-with.moxy.tech
MIT License
101 stars 11 forks source link

fix: fix bold font weights in firefox drawing bolder than specified #102

Closed threequartersjohn closed 4 years ago

threequartersjohn commented 4 years ago

Firefox sometimes draws fonts bolder than specified in styles rules. This is an old issue but still seems to be happening, for example:

Further information can be found in this bug report discussing the implementation of this CSS rule.

github-actions[bot] commented 4 years ago

This pull-request can be previewed at https://next-with-moxy-pr-102.now.sh. Please check the Zeit Now status below to see when it's ready.

codecov[bot] commented 4 years ago

Codecov Report

Merging #102 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #102   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines           91        91           
  Branches         9         9           
=========================================
  Hits            91        91           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aa1434b...964fc04. Read the comment docs.

satazor commented 4 years ago

The text-smooth mixin already has that style. Maybe you were not using it in your project?