Skip to content
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

Font-family argument? #25

Closed
bumpux opened this issue Jan 1, 2013 · 3 comments
Closed

Font-family argument? #25

bumpux opened this issue Jan 1, 2013 · 3 comments

Comments

@bumpux
Copy link

bumpux commented Jan 1, 2013

I'm sure font-family control would be useful to many others, but it's absence makes me think they're's some blocking issue. Can I hold out any hope for this?

@imsky imsky closed this as completed in d472810 Jan 1, 2013
@bumpux
Copy link
Author

bumpux commented Jan 1, 2013

Sweet! And amazingly fast :-)

Question -- since we're rendering on the user's machine, how will it fallback if the font's not available? Would it handle a stack like in CSS, e.g. font-family: Monaco, Consolas, “Lucida Console”, monospace; ?

@imsky
Copy link
Owner

imsky commented Jan 1, 2013

Yes, the font flag works just like the CSS font-family rule. If Monaco isn't available, the next font in the stack is used.

@bumpux
Copy link
Author

bumpux commented Jan 1, 2013

Awesome. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants