Skip to content

Commit

Permalink
update gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
necropola committed Jan 25, 2024
1 parent 38e9381 commit 9abdac0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,19 @@

:root {
/*
--sans-font: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
--mono-font: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
--sans-font: Noto, "Segoe UI", Calibri, Arial, Helvetica, sans-serif;
--mono-font: Consolas, "Noto Sans Mono", "Bitstream Vera Sans Mono", Menlo, Monaco, monospace;
*/

--sans-font: -apple-system, BlinkMacSystemFont, "Noto Sans", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
--sans-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
--mono-font: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;

--base-font-size: 1rem;
--medium-font-size: .9rem;
--mono-font-size: .8125rem;
--small-font-size: .8rem;
--tiny-font-size: .625rem;
--line-height: 1.618;

--logo-red: #D04949;
--logo-green: #00C25E;
Expand All @@ -37,6 +35,7 @@
body {
font-family: var(--sans-font);
font-size: var(--base-font-size);
line-height: var(--line-height);
}

code, pre {
Expand Down

0 comments on commit 9abdac0

Please sign in to comment.