Skip to content

Commit

Permalink
Fix grammar error (#26438)
Browse files Browse the repository at this point in the history
I noticed a grammar error in a sentence from the lesson 'More text styles'.
I double checked with google and apparently it is an error.
  • Loading branch information
nsaquino committed Oct 7, 2023
1 parent 2e01c8a commit b556260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Keep in mind that it's important to add a fallback font. If you're linking to a

#### Downloaded fonts

It is also possible to use a font that you have downloaded from the web. In your CSS file, you import and define a custom font using the `@font-face` rule, and then use as you would any other font-family. There are multiple types of font file formats and you can read more in depth about them on [fileinfo.com's page on Font File Formats](https://fileinfo.com/filetypes/font). Please take care when choosing a font file format however, because some are not universally supported by browsers. A list of browsers and the font formats they support can be found on [W3 Schools' page on CSS Web Fonts](https://www.w3schools.com/css/css3_fonts.asp).
It is also possible to use a font that you have downloaded from the web. In your CSS file, you import and define a custom font using the `@font-face` rule, and then use it as you would any other font-family. There are multiple types of font file formats and you can read more in depth about them on [fileinfo.com's page on Font File Formats](https://fileinfo.com/filetypes/font). Please take care when choosing a font file format however, because some are not universally supported by browsers. A list of browsers and the font formats they support can be found on [W3 Schools' page on CSS Web Fonts](https://www.w3schools.com/css/css3_fonts.asp).

~~~css
@font-face {
Expand Down

0 comments on commit b556260

Please sign in to comment.