fleet/website/assets/styles/mixins-and-variables/typography.less
Eric 3217a9ed39
Website: Update Fleet website for MDM launch (#11123)
Changes:
- Updated the layout and content of the fleetdm.com homepage.
- Added two new fonts, `Inter` and `Roboto Mono`.
- Updated `typography.less` to switch the default `font-family` to
`Inter` side-wide.
- Changed the "Platform" header navigation dropdown to link to
/compliance, /osquery-management, and the homepage
- Updated the website footer
- Added bottom gradients and calls to action to /osquery-management and
/compliance
- Removed the /platform page, and set up a temporary redirect to the
homepage.

---------

Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
2023-04-11 06:50:58 -07:00

11 lines
213 B
Plaintext
Vendored

// Font families:
@main-font: 'Inter', sans-serif;
@header-font: 'Inter', sans-serif;
@navigation-font: 'Inter', sans-serif;
@code-font: 'Source Code Pro', sans-serif;
// Font weights:
@bold: 700;
@normal: 400;