-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix: remove loading default font #1078
Conversation
Playwright Test Component is ready. |
Preview is ready. |
breaking changes |
change target branch on next |
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@gravity-ui/page-constructor", | |||
"version": "5.30.0", | |||
"version": "5.30.0-alpha.0", |
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.
fix version
README.md
Outdated
To use default font, add import in your file: | ||
|
||
```css | ||
@import '@gravity-ui/uikit/styles/fonts.css'; |
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.
Shouldn't we make a font file in a PC and provide it for import to our users? What do you think?
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.
Do you mean that need add fonts.css file in page-constructor and import it file instead of fonts.css from uikit?
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.
yes)
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 idea
1000ed1
to
edb9a9a
Compare
edb9a9a
to
c028fc2
Compare
No description provided.