Skip to content

Conversation

pung8146
Copy link

Hi,

This PR removes the @import statement for Noto Sans in CommentSection.css by commenting it out. In some PostCSS configurations, having @import in the middle of the CSS caused build warnings or errors.

Instead, I'm suggesting that developers using this library should load the Noto Sans font on their own. For example:

  1. In the HTML head:

  2. Or in a global CSS file:
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

This approach prevents build conflicts and ensures the font is still available to users who need it. Please let me know if there's anything you'd like me to change.

Thank you!

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

Successfully merging this pull request may close these issues.

1 participant