mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
3217a9ed39
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>
11 lines
213 B
Plaintext
Vendored
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;
|