Skip to content

Commit b591067

Browse files
authoredJul 13, 2022
Docs: Capitalize Unicode (#36734)
1 parent 54317bf commit b591067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎site/content/docs/5.2/content/reboot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $font-family-sans-serif:
7676
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
7777
```
7878

79-
Note that because the font stack includes emoji fonts, many common symbol/dingbat unicode characters will be rendered as multi-colored pictographs. Their appearance will vary, depending on the style used in the browser/platform's native emoji font, and they won't be affected by any CSS `color` styles.
79+
Note that because the font stack includes emoji fonts, many common symbol/dingbat Unicode characters will be rendered as multi-colored pictographs. Their appearance will vary, depending on the style used in the browser/platform's native emoji font, and they won't be affected by any CSS `color` styles.
8080

8181
This `font-family` is applied to the `<body>` and automatically inherited globally throughout Bootstrap. To switch the global `font-family`, update `$font-family-base` and recompile Bootstrap.
8282

0 commit comments

Comments
 (0)
Please sign in to comment.