Skip to content

Commit

Permalink
Update files/en-us/web/css/css_fonts/variable_fonts_guide/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Dec 18, 2024
1 parent d8c4e32 commit c1faec5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ The basic syntax is the same, but the font technology can be specified, and allo
}
```

In this case, the `normal` value indicates that this font file should be used when in a style rule the `font-family` property is `MyVariableFontName` and the [font-style](/en-US/docs/Web/CSS/font-style) property is `normal`. The `font-style: oblique 0deg` and `font-style: oblique 0deg 20deg` declarations, because of the `0deg`, could also be used instead to indicate that the font has normal upright glyphs.
In this case, the `normal` value indicates that this font file should be used when in a style rule the `font-family` property is `MyVariableFontName` and the [font-style](/en-US/docs/Web/CSS/font-style) property is `normal`. The `font-style: oblique 0deg` or `font-style: oblique 0deg 20deg` declarations, because of the `0deg`, could also be used instead to indicate that the font has normal upright glyphs.

#### Example for a font that contains only italics and no upright characters

Expand Down

0 comments on commit c1faec5

Please sign in to comment.