...
Code Block | ||
---|---|---|
| ||
@import url('https://ux.verint.com/fonts/font/Inter-3.12/Inter-web/inter.css'); font-family: 'Inter', Arial, sans-serif; |
Download
The To download the font for use in Verint LUX applications can be downloaded production environments, click here.
Type Scale
REMs are a way of setting font-sizes based on the font-size of the root HTML element. They also allow you to quickly scale an entire project by changing the root font-size (for example at a certain media query/screen size). For a more in depth rationale of why we have chose to use rem units, see https://engageinteractive.co.uk/blog/em-vs-rem-vs-px.
...