@@ -38,12 +38,12 @@ Copy the below snippet into your CSS file:
3838 font-display : swap ;
3939}
4040
41- /* Slanted variant - used for italic/oblique text */
41+ /* Oblique variant - used for italic/oblique text */
4242@font-face {
4343 font-family : ' ServerMono' ;
44- src : url (' /fonts/ServerMono-RegularSlanted .woff2' ) format (' woff2' ),
45- url (' /fonts/ServerMono-RegularSlanted .woff' ) format (' woff' ),
46- url (' /fonts/ServerMono-RegularSlanted .otf' ) format (' opentype' );
44+ src : url (' /fonts/ServerMono-RegularOblique .woff2' ) format (' woff2' ),
45+ url (' /fonts/ServerMono-RegularOblique .woff' ) format (' woff' ),
46+ url (' /fonts/ServerMono-RegularOblique .otf' ) format (' opentype' );
4747 font-weight : normal ;
4848 font-style : oblique ;
4949 font-display : swap ;
@@ -75,12 +75,12 @@ Or you can copy the below snippet into your CSS file:
7575 font-display : swap ;
7676}
7777
78- /* Slanted variant - used for italic/oblique text */
78+ /* Oblique variant - used for italic/oblique text */
7979@font-face {
8080 font-family : ' ServerMono' ;
81- src : url (' https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-RegularSlanted .woff2' ) format (' woff2' ),
82- url (' https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-RegularSlanted .woff' ) format (' woff' ),
83- url (' https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-RegularSlanted .otf' ) format (' opentype' );
81+ src : url (' https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-RegularOblique .woff2' ) format (' woff2' ),
82+ url (' https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-RegularOblique .woff' ) format (' woff' ),
83+ url (' https://cdn.jsdelivr.net/gh/internet-development/www-server-mono@latest/public/fonts/ServerMono-RegularOblique .otf' ) format (' opentype' );
8484 font-weight : normal ;
8585 font-style : oblique ;
8686 font-display : swap ;
@@ -97,7 +97,7 @@ Then you can use it across your entire site like so:
9797}
9898```
9999
100- To use the slanted version, set the font style to either ` oblique ` or ` italic ` :
100+ To use the oblique version, set the font style to either ` oblique ` or ` italic ` :
101101
102102``` css
103103p {
0 commit comments