You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: jsdelivr CDN tag to be @latest in docs
* fix: jsdelivr tag @latest in server-mono.css
* feat: add jsdelivr key to package.json to support default file
Or you can copy the below snippet into your CSS file:
@@ -67,9 +67,9 @@ Or you can copy the below snippet into your CSS file:
67
67
/* Regular weight - used for normal text */
68
68
@font-face {
69
69
font-family: 'ServerMono';
70
-
src: url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono/public/fonts/ServerMono-Regular.woff2') format('woff2'), /* Best compression, modern browsers */
71
-
url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono/public/fonts/ServerMono-Regular.woff') format('woff'), /* Good compression, wider support */
72
-
url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono/public/fonts/ServerMono-Regular.otf') format('opentype'); /* Largest files, universal support */
70
+
src: url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-Regular.woff2') format('woff2'), /* Best compression, modern browsers */
71
+
url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-Regular.woff') format('woff'), /* Good compression, wider support */
72
+
url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-Regular.otf') format('opentype'); /* Largest files, universal support */
73
73
font-weight: normal;
74
74
font-style: normal;
75
75
font-display: swap;
@@ -78,9 +78,9 @@ Or you can copy the below snippet into your CSS file:
78
78
/* Slanted variant - used for italic/oblique text */
Copy file name to clipboardExpand all lines: server-mono.css
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
/* Regular weight - used for normal text */
2
2
@font-face {
3
3
font-family:'ServerMono';
4
-
src:url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono/public/fonts/ServerMono-Regular.woff2') format('woff2'),/* Best compression, modern browsers */
5
-
url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono/public/fonts/ServerMono-Regular.woff') format('woff'),/* Good compression, wider support */
6
-
url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono/public/fonts/ServerMono-Regular.otf') format('opentype'); /* Largest files, universal support */
4
+
src:url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-Regular.woff2') format('woff2'),/* Best compression, modern browsers */
5
+
url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-Regular.woff') format('woff'),/* Good compression, wider support */
6
+
url('https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-Regular.otf') format('opentype'); /* Largest files, universal support */
7
7
font-weight: normal;
8
8
font-style: normal;
9
9
font-display: swap;
@@ -12,9 +12,9 @@
12
12
/* Slanted variant - used for italic/oblique text */
0 commit comments