Skip to content

omgMath/black-to-hex-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduction of Arial #000 instead of Arial Black

  • Clone the repository
  • cd into it
  • Run npm i
  • Run npm run build
  • Check the ./.next/static/css/<id>.css

It should look like this:

html{font-family:Impact,Arial #000,Arial,sans-serif}

Expectation would be:

html{font-family:Impact,Arial black,Arial,sans-serif}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published