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
Projects
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 added this to Queue in 0.2.0 via automation Jul 25, 2018
@arcticicestudio arcticicestudio removed this from Queue in 0.2.0 Nov 24, 2018
@arcticicestudio arcticicestudio added this to Queue in Next via automation Nov 24, 2018
@arcticicestudio arcticicestudio modified the milestones: 0.2.0, Next Nov 24, 2018
@arcticicestudio arcticicestudio moved this from Queue to In Progress in Next Dec 2, 2018
@arcticicestudio arcticicestudio moved this from In Progress to Queue in Next Dec 2, 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
Next
  
Queue
Development

No branches or pull requests

1 participant