Skip to content

Commit 020f346

Browse files
authored
feat: add missing glyphs $ % | ¦ < > ¡ ¿ (#22)
* feat: add glyphs $ % | ¦ < > * chore: update Glyphs3 project file * feat: export font files * feat: add Caidan as a contributor * feat: update marketing page to include Caidan taking ownership * feat: add missing glyphs to the marketing page * feat: add fractional 8ths * fix(scss): use various supported font file formats * fix: @font-face setup to use same family for different styles * ref: move exported font files to public/fonts/ directory * feat(glyphs): add reverse ! ? and missing v Seems that somehow the Glyphs3 project file I've been using was older and missing the 'v' glyph. It also didn't have the '%' glyph that Adrien Chuttarsing made. I've updated the '%' glyph to be a combination of our designs. I've added back in the missing 'v' glyph from the older font files. Also added the reverse ? and ! glyphs * chore(fonts): export font files in various formats * feat(web): add reverse ! ? to symbols section * fix(glyphs): update font features and update designers section * chore(fonts): export font files * fix(glyphs): .notdef is not blank * chore(fonts): export font files * feat(glyphs): add a bunch of box drawing characters * chore(fonts): export font files * ref(web): wording for webpage and readme * feat(web): add glyph \ to list
1 parent be28bbd commit 020f346

16 files changed

+8646
-711
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ Go to `http://localhost:10000` in your browser of choice.
3434
- Andrew Alimbuyuguen
3535
- Jimmy Lee
3636
- Whyrusleeping
37-
- Philip Bedford
37+
- Philip Bedford
38+
- Caidan Williams

components/MarketingServerMono.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ export default function MarketingServerMono(props) {
6161
<P>
6262
This single-weight font was released in 2024 by the Internet Development Studio Company of Seattle, Washington. Created by designers Tim Vanhille and Matthieu
6363
Salvaggio, with supplemental direction from Jimmy Lee and the Internet Development Studio Company community.
64+
<br />
65+
<br />
66+
In 2025, Caidan Williams joined the Internet Development Studio, taking ownership of Server Mono to add missing glyphs and help maintain the project.
6467
</P>
6568
</div>
6669
</div>
@@ -92,7 +95,7 @@ export default function MarketingServerMono(props) {
9295
</div>
9396
<div className={styles.right}>
9497
<Title style={{}}>Regular Slanted</Title>
95-
<P style={{ marginTop: `1rem`, fontFamily: 'ServerMono-Regular-Italic' }}>
98+
<P style={{ marginTop: `1rem`, fontStyle: 'oblique' }}>
9699
Mi sina alta mappa ëa, lómëa coivië, lómëa lúmë, á tyelë, á auta mi i sáma lómë, liëa olassëar ar ilyë lúmët elenaië.
97100
<br />
98101
<br />
@@ -149,20 +152,20 @@ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l m n
149152
<Title style={{ marginTop: `2rem` }}>Numbers</Title>
150153
<P style={{ marginTop: `1rem`, lineHeight: `1.6rem` }}>
151154
{`
152-
0 1 2 3 4 5 6 7 8 9 ₀ ₁ ₂ ₃ ₄ ₅ ₆ ₇ ₈ ₉ ⁰ ¹ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹ ½ ¼ ¾ ↋ ↊ ૪`}
155+
0 1 2 3 4 5 6 7 8 9 ₀ ₁ ₂ ₃ ₄ ₅ ₆ ₇ ₈ ₉ ⁰ ¹ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹ ½ ¼ ¾ ⅛ ⅜ ⅝ ⅞`}
153156
</P>
154157

155158
<Title style={{ marginTop: `2rem` }}>Symbols</Title>
156159
<P style={{ marginTop: `1rem`, lineHeight: `1.6rem` }}>
157160
{`
158-
. , : ; … ! ? * # / - – — _ ( ) { } [ ] ‚ „ “ ” ‘ ’ « » ‹ › @ &
161+
. , : ; … ! ¡ ? ¿ * # / \\ - – — _ ( ) { } [ ] ‚ „ “ ” ‘ ’ « » ‹ › @ & $ | ¦
159162
`}
160163
</P>
161164

162165
<Title style={{ marginTop: `2rem` }}>Math (WIP)</Title>
163166
<P style={{ marginTop: `1rem`, lineHeight: `1.6rem` }}>
164167
{`
165-
+ - = %
168+
+ - = ~ % < >
166169
`}
167170
</P>
168171
<Title style={{ marginTop: `2rem` }}>ASCII</Title>
-24.3 KB
Binary file not shown.
-16.4 KB
Binary file not shown.
-15.1 KB
Binary file not shown.

fonts/ServerMono-Regular.otf

-22.2 KB
Binary file not shown.

fonts/ServerMono-Regular.woff

-14.7 KB
Binary file not shown.

fonts/ServerMono-Regular.woff2

-13.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)