Commit 19bc167
committed
Fix emoji rendering in deployed documentation
Added CSS rules to ensure emojis (✅ ❌ etc.) render with proper
color and size in deployed documentation. The issue was missing
emoji font family declarations.
Changes:
- Added emoji font stack with color emoji support
- Applied emoji fonts to headings, tables, and content
- Ensured proper font-size for table emojis
This fixes the issue where emojis showed too small and without
color on the deployed site.1 parent d34bb1b commit 19bc167
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
0 commit comments