Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ Future versions of this may include workarounds to make this more flexible.
* `@font-path`: The path/URL to the font, including the font name but **with the file extension removed**
* `@font-weight`: *(Optional)* Value for the font-weight property. Defaults to `normal`
* `@font-style`: *(Optional)* Value for the font-style property. Defaults to `normal`
* `@include-svg`: *(Optional)* Value for the font-weight property. Defaults to `normal`
* `@include-svg`: *(Optional)* Whether or not to include SVG version of font. Defaults to `false`

```css
/* Usage: */
Expand Down