-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add unicodeRange to fontFace #513
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
b1c7de8
to
8212011
Compare
what about ``wildcard ("12")` and render ?? directly? |
@@ -1046,6 +1061,7 @@ let tests = | |||
avoid_hash_collision; | |||
keyframe; | |||
global; | |||
fontFace; |
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.
Nice test
I wonder if U+4? matches: U+40, U+400, U+4000, U+4000... . If don't, adding |
8212011
to
4221cec
Compare
https://drafts.csswg.org/css-fonts/#unicode-range-desc Your design is probably right:
|
* origin/main: feat: add backdrop-filter to webkit (davesnx#510) Add unicodeRange to fontFace (davesnx#513) Use buffer to build stylesheet (davesnx#511) feat: add backdrop-filter to webkit
Description
It was missing the unicode-range property on fontFace. This PR adds it.
It also ran the
make format
The
unicode-range
works under this type:@davesnx I'm not so happy with ``wildcard ("12", "??")`. Do you have a better idea?