Skip to content

Commit

Permalink
docs: remove empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmariomenev committed Jul 5, 2024
1 parent 4409a24 commit 85f57a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fluent/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ By default, the Fluent theme uses the Segoe UI font family but the font itself i
To include the Segoe UI font in your project, follow these steps:

1. Download the Segoe UI font from [Microsoft](https://aka.ms/webfluentfonts). The download includes the Segoe UI Regular, Segoe UI Italic, Segoe UI Bold, and Segoe UI Bold Italic font files.
2. Add the downloaded font files to your project's assets folder. {% platform_content angular %} For Angular, make sure that the folder is included in the assets section of the `angular.json` file. {% endplatform_content %} {% platform_content react %} For React, make sure that the folder is included in the `public` directory. {% endplatform_content %}{% platform_content vue %} For Vue, make sure that the folder is included in the `public` directory. {% endplatform_content %}
2. Add the downloaded font files to your project's assets folder. {% platform_content angular %}For Angular, make sure that the folder is included in the assets section of the `angular.json` file.{% endplatform_content %}{% platform_content react %} For React, make sure that the folder is included in the `public` directory.{% endplatform_content %}{% platform_content vue %} For Vue, make sure that the folder is included in the `public` directory.{% endplatform_content %}
3. In your HTML file or global style sheet, add the following code to include the font:
```html
Expand Down

0 comments on commit 85f57a3

Please sign in to comment.