Typography

Typography variables ensure consistent and harmonious text styles by abstracting font properties like family, size, weight, and spacing. They streamline management and updates, ensuring coherence and scalability across interfaces.

To load the font into your project, you can import them from our CDN. Here is a code snippet that covers most of the situations to get you up and running:

<link rel="preconnect" href="//honeycomb.flixbus.com/"/>
<link rel="preload" as="style" href="//honeycomb.flixbus.com/dist/12.6.0/css/honeycomb-fonts.css" crossorigin=""/>
<link href="//honeycomb.flixbus.com/dist/12.6.0/css/honeycomb-fonts.css" rel="stylesheet" type="text/css" crossorigin=""/>

For custom configurations consider using @fontsource/roboto package.

Please note that direct usage of Google Fonts CDN is subject to GDPR regulations and therefore requires a legal basis.