this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

change code font and smaller font size

+4 -4
+1 -1
src/app.ts
··· 11 11 link: [ 12 12 { 13 13 rel: "stylesheet", 14 - href: "https://fonts.googleapis.com/css2?family=Gulzar&family=Meow+Script&family=Cousine&display=swap", 14 + href: "https://fonts.googleapis.com/css2?family=Gulzar&family=Meow+Script&family=Oxygen+Mono&display=swap", 15 15 }, 16 16 ], 17 17 }
+3 -3
src/assets/base.scss
··· 37 37 --section-gap: 160px; 38 38 --primary: hsl(229, 90%, 28%); 39 39 40 - --code-font-family: "Cousine", monospace; 40 + --code-font-family: 'Oxygen Mono', monospace; 41 41 } 42 42 43 43 @media (prefers-color-scheme: dark) { ··· 71 71 line-height: 1.3; 72 72 font-family: "Gulzar", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, 73 73 serif; 74 - font-size: 22px; 74 + font-size: 20px; 75 75 text-rendering: optimizeLegibility; 76 76 -webkit-font-smoothing: antialiased; 77 77 -moz-osx-font-smoothing: grayscale; ··· 109 109 110 110 code { 111 111 font-family: var(--code-font-family); 112 - } 112 + }