this repo has no description
0
fork

Configure Feed

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

changed font

Altagos 7e871fa2 035d019b

+31 -25
+9
.zed/settings.json
··· 1 + // Folder-specific settings 2 + // 3 + // For a full list of overridable settings, and general information on folder-specific settings, 4 + // see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings 5 + { 6 + "deno": { 7 + "enable": true 8 + } 9 + }
+14
src/_includes/sass/_fonts.scss
··· 1 + @font-face { 2 + font-family: "Recursive"; 3 + src: 4 + local("Recursive"), 5 + local("Recursive VF"), 6 + url("assets/recursive_vf.woff2") format("woff2-variations"); 7 + } 8 + 9 + @font-face { 10 + font-family: "Berkely Mono"; 11 + src: url("assets/berkeleymonovariable_regular.ttf") format(truetype) 12 + tech(variations); 13 + font-weight: regular; 14 + }
+8 -25
src/_includes/sass/root.scss
··· 1 - @font-face { 2 - font-family: "Recursive"; 3 - src: 4 - local("Recursive"), 5 - local("Recursive VF"), 6 - url("assets/recursive_vf.woff2") format("woff2-variations"); 7 - } 1 + @use "fonts"; 8 2 9 3 :root { 10 4 --background-color: var(--arc-palette-background, #fff); ··· 36 30 margin: auto; 37 31 max-width: 720px; 38 32 39 - font: var(--font-size) "Times New Roman"; 40 - font-family: serif; 33 + font-family: "Berkely Mono", "Times New Roman"; 34 + font-variation-settings: "wght" 100; 35 + font-size: var(--font-size); 41 36 -webkit-font-smoothing: antialiased; 42 37 -moz-font-smoothing: antialiased; 43 38 text-align: left; ··· 60 55 footer { 61 56 padding: 2em 0; 62 57 63 - font-family: Recursive, monospace; 58 + font-family: "Berkely Mono"; 64 59 font-size: small; 65 - font-variation-settings: 66 - "MONO" 0, 67 - "CASL" 0.22, 68 - "wght" 350, 69 - "slnt" 0, 70 - "CRSV" 1; 60 + 71 61 color: var(--color-subtle); 72 62 } 73 63 ··· 75 65 line-height: normal; 76 66 77 67 h1 { 68 + font-variation-settings: "wght" 150; 78 69 font-size: 3.8rem; 79 - font-weight: 700; 80 70 margin-bottom: 10px; 81 71 } 82 72 } 83 73 84 74 small { 85 75 font-size: smaller; 86 - font-family: Recursive, monospace; 87 - font-variation-settings: 88 - "MONO" 0, 89 - "CASL" 0.1, 90 - "wght" 400, 91 - "slnt" 0, 92 - "CRSV" 0.5; 76 + font-family: "Berkely Mono", monospace; 93 77 94 78 color: var(--color-subtle); 95 79 } 96 80 97 81 @media only screen and (max-width: 320px) { 98 - /* Styles */ 99 82 body { 100 83 padding: 0 1em; 101 84 }
src/assets/BerkeleyMonoVariable-Italic.ttf

This is a binary file and will not be displayed.

src/assets/BerkeleyMonoVariable-Regular.ttf

This is a binary file and will not be displayed.