-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 support for custom fonts #2981
Conversation
🦋 Changeset detectedLatest commit: dedc654 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
eb1d10b
to
e7e88bc
Compare
Summary of the deployments: Version 1 (production)
Version 2 (experimental)
Test content |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
e7e88bc
to
90d7ca2
Compare
736c95e
to
ea6f29d
Compare
ea6f29d
to
c0e5d0e
Compare
c0e5d0e
to
f0666a9
Compare
f0666a9
to
540feae
Compare
e33ac2d
to
34bfd22
Compare
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.
Overall looks good, I'm not sure about the use of ReactDOM.preload
in SSR though
94a9735
to
58996a4
Compare
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.
Looks great 👍
58996a4
to
f883053
Compare
f883053
to
dedc654
Compare
Adds support for custom fonts in GitBook by dynamically generating
@font-face
rules from user-defined font configurations and preloading the key font sources. It integrates these custom fonts into the layout and OG image generation