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

Update CSS for type 3 lookups #43

Open
RoelN opened this issue Jan 13, 2021 · 0 comments
Open

Update CSS for type 3 lookups #43

RoelN opened this issue Jan 13, 2021 · 0 comments

Comments

@RoelN
Copy link
Contributor

RoelN commented Jan 13, 2021

Current CSS outputs CSS to only turn on a feature, not to select specific lookups.

E.g. it will output font-feature-settings: "aalt" 1;, turning on the first set of alternates. But if there are multiple sets, the CSS should list them.

Something like:

.bungee-aalt-set1 {
  font-feature-settings: "aalt" 1;
}

.bungee-aalt-set2 {
  font-feature-settings: "aalt" 2;
}
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

1 participant