Skip to content

Commit

Permalink
Merge pull request #2380 from OctopusDeploy/km/font-update
Browse files Browse the repository at this point in the history
  • Loading branch information
KMajkrzakOctopus authored Jul 16, 2024
2 parents 95ec8f0 + abcdb3d commit 15bba8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
Binary file removed public/docs/css/roboto-bold.woff2
Binary file not shown.
Binary file removed public/docs/css/roboto-regular.woff2
Binary file not shown.
28 changes: 7 additions & 21 deletions public/docs/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@
https://toolness.github.io/accessible-color-matrix/
*/

@font-face {
font-family: 'RobotoRegular';
font-style: normal;
font-weight: 400;
font-display: block;
src: url('/docs/css/roboto-regular.woff2') format('woff2');
}

@font-face {
font-family: 'RobotoBold';
font-style: normal;
font-weight: 700;
font-display: block;
src: url('/docs/css/roboto-bold.woff2') format('woff2');
}

@font-face {
font-family: 'fa-solid';
font-style: normal;
Expand Down Expand Up @@ -215,11 +199,13 @@
--octo-blue-lighter: #2f95e3ff;
--octo-blue-lightest: #1fc0ffff;

--heading-font: RobotoBold, Roboto, 'Helvetica Neue', Helvetica, Arial,
sans-serif;
--body-font: RobotoRegular, Roboto, 'Helvetica Neue', Helvetica, Arial,
sans-serif;
--bold-font: RobotoBold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
--font-family-system: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol';
--font-family: var(--font-family-system);
--heading-font: var(--font-family);
--body-font: var(--font-family);
--bold-font: var(--font-family);
--code-font: Consolas, monaco, monospace;

--header-bg: var(--white);
Expand Down

0 comments on commit 15bba8a

Please sign in to comment.