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
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 */
0 commit comments