Skip to content

Commit 8607ad0

Browse files
authored
chore: updated comment markers in css example (#1021)
1 parent a16c357 commit 8607ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ For an existing react application, follow the steps below:
5050
```css
5151
@font-face {
5252
font-family: "72";
53-
src: url("path/to/fonts") format("woff"); // Bold, Light, Regular available in woff and woff2
53+
src: url("path/to/fonts") format("woff"); /* Bold, Light, Regular available in woff and woff2 */
5454
font-weight: normal;
5555
font-style: normal;
5656
};
5757
5858
@font-face {
5959
font-family: "SAP-icons";
60-
src: url("path/to/icons") format("woff"); // available in woff, woff2 and ttf
60+
src: url("path/to/icons") format("woff"); /* available in woff, woff2 and ttf */
6161
font-weight: normal;
6262
font-style: normal;
6363
}

0 commit comments

Comments
 (0)