File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ const DefaultActionBar: React.FC<DefaultActionBarProps> = ({ items = [] }) => {
171
171
} ,
172
172
{
173
173
icon : '⊹' ,
174
- children : 'Server Mono 0.0.7 [OFL]' ,
174
+ children : 'Server Mono [OFL]' ,
175
175
onClick : ( ) => Utilities . onHandleFontChange ( 'font-use-server-mono' ) ,
176
176
} ,
177
177
{
Original file line number Diff line number Diff line change 40
40
41
41
@font-face {
42
42
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' );
46
46
font-weight : normal ;
47
47
font-style : normal ;
48
48
}
You can’t perform that action at this time.
0 commit comments