Skip to content

Commit 3f9c35d

Browse files
authored
Fix emoji display on other platforms than Mac OS (#2990)
1 parent 2c13f8b commit 3f9c35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const config: Config = {
7777
emoji: [
7878
'Apple Color Emoji',
7979
'Noto Color Emoji',
80-
'--font-noto-color-emoji',
80+
'var(--font-noto-color-emoji)',
8181
'sans-serif',
8282
],
8383
var: ['var(--font-family)'],

0 commit comments

Comments
 (0)