Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

fix: Teams zwj gender emoji in Chrome #215

Merged
merged 4 commits into from
Sep 12, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/themes/teams/siteVariables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ export const lineHeightExtraSmall = 1.2
//
export const bodyPadding = 0
export const bodyMargin = 0
export const bodyFontFamily = '"Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif'
export const bodyFontFamily =
'"Segoe UI", "Helvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", Helvetica, Arial, sans-serif'
export const bodyFontSize = '1.4rem'
export const bodyColor = black
export const bodyLineHeight = lineHeightBase