Skip to content

Commit aaabe9c

Browse files
authored
Merge pull request #13 from internet-development/caidanw/update-server-mono
feat: update server mono
2 parents e603239 + 9bdcb2e commit aaabe9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/page/DefaultActionBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const DefaultActionBar: React.FC<DefaultActionBarProps> = ({ items = [] }) => {
171171
},
172172
{
173173
icon: '⊹',
174-
children: 'Server Mono 0.0.7 [OFL]',
174+
children: 'Server Mono [OFL]',
175175
onClick: () => Utilities.onHandleFontChange('font-use-server-mono'),
176176
},
177177
{

global.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040

4141
@font-face {
4242
font-family: 'ServerMono';
43-
src: url('https://intdev-global.s3.us-west-2.amazonaws.com/public/internet-dev/25071f6e-4cc8-4f91-8387-e4c60b9231de.woff2') format('woff2'),
44-
url('https://intdev-global.s3.us-west-2.amazonaws.com/public/internet-dev/2bddcba4-a541-4af6-b4b6-5dfb1e4875f5.woff') format('woff'),
45-
url('https://intdev-global.s3.us-west-2.amazonaws.com/public/internet-dev/45c36a19-7078-4880-89a5-2c700a28070a.otf') format('opentype');
43+
src: url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-Regular.woff2') format('woff2'),
44+
url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-Regular.woff') format('woff'),
45+
url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-Regular.otf') format('opentype');
4646
font-weight: normal;
4747
font-style: normal;
4848
}

0 commit comments

Comments
 (0)