BarryThePenguin / postcss-typography

A postcss plugin for typography.js
http://kyleamathews.github.io/typography.js/
MIT License
57 stars 4 forks source link

Update fixtures with quoted fonts #26

Closed garrettn closed 6 years ago

garrettn commented 6 years ago

Hi,

I looked into why the tests have been failing recently and it looks like it's because the output now puts quotes around the font family names. I was wary about putting quotes around the built-in ones like serif and sans-serif, but I did some browser testing and it seems to work.

This ought to get the tests passing again so the Greenkeeper PRs can go through.

Thanks for this helpful library!

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #26   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          11     11           
  Branches        1      1           
=====================================
  Hits           11     11

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 f12ac2e...49a454f. Read the comment docs.