Skip to content

Commit ab7e7ca

Browse files
authored
Merge pull request #5 from internet-development/@jimmylee/0.0.2
0.0.2
2 parents 69aa33f + 5b15dfa commit ab7e7ca

17 files changed

+57151
-32
lines changed

components/MarketingServerMono.tsx

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -49,32 +49,11 @@ export default function MarketingServerMono(props) {
4949
<div className={styles.row}>
5050
<div className={styles.content}>
5151
<Title>Downloads</Title>
52-
53-
<ActionItem
54-
style={{ marginTop: `1rem` }}
55-
icon={`⊹`}
56-
href="https://github.com/internet-development/www-server-mono/blob/main/fonts/V1-ServerMono-Regular.otf"
57-
target="_blank"
58-
>
59-
Server Mono Regular OTF
60-
</ActionItem>
61-
<ActionItem icon={`⊹`} href="https://github.com/internet-development/www-server-mono/blob/main/fonts/V1-ServerMono-Regular.woff" target="_blank">
62-
Server Mono Regular WOFF
63-
</ActionItem>
64-
<ActionItem icon={`⊹`} href="https://github.com/internet-development/www-server-mono/blob/main/fonts/V1-ServerMono-Regular.woff2" target="_blank">
65-
Server Mono Regular WOFF2
66-
</ActionItem>
67-
<ActionItem icon={`⊹`} href="https://github.com/internet-development/www-server-mono/blob/main/fonts/V1-ServerMono-RegularSlanted.otf" target="_blank">
68-
Server Mono Regular Slanted OTF
69-
</ActionItem>
70-
<ActionItem icon={`⊹`} href="https://github.com/internet-development/www-server-mono/blob/main/fonts/V1-ServerMono-RegularSlanted.woff" target="_blank">
71-
Server Mono Regular Slanted WOFF
72-
</ActionItem>
73-
<ActionItem icon={`⊹`} href="https://github.com/internet-development/www-server-mono/blob/main/fonts/V1-ServerMono-RegularSlanted.woff2" target="_blank">
74-
Server Mono Regular Slanted WOFF2
52+
<ActionItem style={{ marginTop: `1rem`}}icon={`⊹`} href="https://github.com/internet-development/www-server-mono/blob/main/fonts/0-0-2" target="_blank">
53+
Latest [8-12-2024] WOFF, WOFF2, OTF, and Glyphs
7554
</ActionItem>
76-
<ActionItem icon={`⭢`} href="https://github.com/internet-development/www-server-mono/blob/main/fonts/V1-ServerMono-Regular.glyphs" target="_blank">
77-
Server Mono Glyphs
55+
<ActionItem icon={`⭢`} href="https://github.com/internet-development/www-server-mono/blob/main/fonts" target="_blank">
56+
View all versions
7857
</ActionItem>
7958
<ActionItem icon={`⭢`} href="https://github.com/internet-development/www-server-mono" target="_blank">
8059
View repository on GitHub
@@ -118,7 +97,7 @@ export default function MarketingServerMono(props) {
11897
</div>
11998
<div className={styles.right}>
12099
<Title style={{}}>Regular Slanted</Title>
121-
<P style={{ marginTop: `1rem`, fontFamily: 'MonoSlanted' }}>
100+
<P style={{ marginTop: `1rem`, fontFamily: 'ServerMono-Regular-Italic' }}>
122101
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ë.
123102
<br />
124103
<br />
@@ -191,6 +170,14 @@ 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
191170
`}
192171
</P>
193172

173+
<Title style={{ marginTop: `2rem` }}>Math (WIP)</Title>
174+
<P style={{ marginTop: `1rem` }}>
175+
{`
176+
+ - =
177+
`}
178+
</P>
179+
180+
194181
<Title style={{ marginTop: `2rem` }}>Blocks</Title>
195182
<P style={{ marginTop: `1rem` }}>
196183
{`
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22.5 KB
Binary file not shown.
15.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)