-
Couldn't load subscription status.
- Fork 876
Description
Describe the bug
When using thumbs up (👍) emoji on markdown document.
PDF file that generated by GitHub Action's on ubuntu-latest runner failed to embed fonts.
And T3_font is displayed on Adobe Acrobat reader's property page.
To Reproduce
Steps to reproduce the behavior:
- Download PDF file from
https://dotnet.github.io/docfx/seed/articles/seed.pdf - Open PDF file with Adobe Acrobat reader.
- Open [Property]-[Fonts] page and
T3 Fontis displayed. (It's not embedded on PDF and result depend on environment)
Expected behavior
Fonts should be embedded on PDF. and T3 Font should not be displayed on PDF page.
Additional context
When PDF file is opened on Windows WSL-Ubuntu environment.
thumbs up (👍) emoji is rendered as character. and outputted to JSON as \u0000.
Snapshot tests result JSON cause diffs and emoji is rendered as \u0000.
It can be resolved by manually installing fonts-noto-color-emoji font on WSL environment.
sudo apt install fonts-noto-color-emoji