this repo has no description
0
fork

Configure Feed

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

update main font family

+4 -5
+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=Oxygen+Mono&display=swap", 14 + href: "https://fonts.googleapis.com/css2?family=Playfair+Display&family=Meow+Script&family=Oxygen+Mono&display=swap", 15 15 }, 16 16 ], 17 17 }
+3 -4
src/assets/base.scss
··· 68 68 color: var(--color-text); 69 69 background: var(--color-background); 70 70 transition: color 0.5s, background-color 0.5s; 71 - line-height: 1.3; 72 - font-family: "Gulzar", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, 73 - serif; 74 - font-size: 20px; 71 + font-family: 'Playfair Display', serif; 72 + font-size: 18px; 73 + line-height: 1.6rem; 75 74 text-rendering: optimizeLegibility; 76 75 -webkit-font-smoothing: antialiased; 77 76 -moz-osx-font-smoothing: grayscale;