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

fix: remove loading default font #1078

Merged
merged 4 commits into from
Nov 25, 2024
Merged

Conversation

aeksandla
Copy link
Contributor

No description provided.

@gravity-ui-bot
Copy link
Contributor

Playwright Test Component is ready.

@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@aeksandla aeksandla marked this pull request as ready for review November 15, 2024 08:23
@aeksandla
Copy link
Contributor Author

breaking changes

@NikitaCG
Copy link
Collaborator

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",
Copy link
Collaborator

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';
Copy link
Collaborator

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?

Copy link
Contributor Author

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?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice idea

@aeksandla aeksandla changed the base branch from main to next November 25, 2024 11:35
@aeksandla aeksandla force-pushed the aeksandla/remove-default-font branch from 1000ed1 to edb9a9a Compare November 25, 2024 11:37
@aeksandla aeksandla force-pushed the aeksandla/remove-default-font branch from edb9a9a to c028fc2 Compare November 25, 2024 11:51
@aeksandla aeksandla merged commit 0f30842 into next Nov 25, 2024
2 checks passed
@aeksandla aeksandla deleted the aeksandla/remove-default-font branch November 25, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove default font loading from styles.scss
4 participants