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

Expose used fonts via public API #3

Open
arcticicestudio opened this issue Jul 25, 2018 · 0 comments
Open

Expose used fonts via public API #3

arcticicestudio opened this issue Jul 25, 2018 · 0 comments
Labels
context-api Hacktobefest This repository participates in the Hacktoberfest type-feature
Milestone

Comments

@arcticicestudio
Copy link
Owner

arcticicestudio commented Jul 25, 2018

Exposing used fonts via public API allows to customize and add new fonts without loosing the default fonts and fallbacks. This will include sans-serif (default text) and monospace (<code> and <pre>) fonts.

Implementation Design

It will be implemented as Array<String> to allow to easily prepend new fonts using Array.unshift().

@arcticicestudio arcticicestudio added this to the 0.2.0 milestone Jul 25, 2018
@arcticicestudio arcticicestudio self-assigned this Jul 25, 2018
@arcticicestudio arcticicestudio modified the milestones: 0.2.0, Next Nov 24, 2018
@arcticicestudio arcticicestudio removed their assignment Dec 6, 2018
@arcticicestudio arcticicestudio added the Hacktobefest This repository participates in the Hacktoberfest label Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
context-api Hacktobefest This repository participates in the Hacktoberfest type-feature
Projects
None yet
Development

No branches or pull requests

1 participant