@skedulo/breeze-ui 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,6 +8,12 @@ Breeze UI is a component library built for use within Skedulo web applications.
8
8
  npm install @skedulo/breeze-ui
9
9
  ```
10
10
 
11
+ ### Typography
12
+
13
+ Breeze UI has been designed around the **Inter** font family and we recommend using it for best results. We don't include it in the bundle so you'll need to install it in your project via your preferred method.
14
+
15
+ Inter is available via [Google Fonts](https://fonts.google.com/specimen/Inter).
16
+
11
17
  ## Usage
12
18
 
13
19
  Simply import the library in the entry file of your application and use the components anywhere in HTML templates.