-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't quote generic font families in CSS #252
Conversation
When passing a font type to use for the generated flamegraph, if it is one of the following we shouldn't put quotes around it: * cursive * fantasy * monospace * serif * sans-serif
Codecov Report
@@ Coverage Diff @@
## master #252 +/- ##
==========================================
- Coverage 87.32% 87.30% -0.03%
==========================================
Files 18 18
Lines 2525 2528 +3
==========================================
+ Hits 2205 2207 +2
- Misses 320 321 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, actually, can you add to CHANGELOG.md
while you're at it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Released in 0.11.6 🎉 |
Fixes #244
When passing a font type to use for the generated flamegraph,
if it is one of the following we shouldn't put quotes around it: