npm install @selfcommunity/react-theme-default
By default the theme use the Inter font family with these sizes:
- Regular 400
- Medium 500
- Semibold 600
- Bold 700
You can import in your application with google fonts with the below code.
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
The library needs an icon font. This theme has a default icon font you can use.