We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16c357 commit 8607ad0Copy full SHA for 8607ad0
README.md
@@ -50,14 +50,14 @@ For an existing react application, follow the steps below:
50
```css
51
@font-face {
52
font-family: "72";
53
- src: url("path/to/fonts") format("woff"); // Bold, Light, Regular available in woff and woff2
+ src: url("path/to/fonts") format("woff"); /* Bold, Light, Regular available in woff and woff2 */
54
font-weight: normal;
55
font-style: normal;
56
};
57
58
59
font-family: "SAP-icons";
60
- src: url("path/to/icons") format("woff"); // available in woff, woff2 and ttf
+ src: url("path/to/icons") format("woff"); /* available in woff, woff2 and ttf */
61
62
63
}
0 commit comments