Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit 87a12c1

Browse files
AubreyHewesmsokk
authored andcommitted
fix Symbola font for latest emoji unicode v10
1 parent 76362bb commit 87a12c1

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ RUN sed -i 's/main/main contrib/g' /etc/apt/sources.list && \
2323
# Cleanup
2424
apt-get remove -y unzip && apt-get clean && rm -rf /var/lib/apt/lists/*
2525

26+
# as the inline fonts should not change much put them before the app
27+
COPY fonts/* /usr/share/fonts/truetype/
28+
2629
COPY package.json /app/package.json
2730

2831
RUN apt-get update && apt-get install -y nodejs && \

fonts/ancient-scripts/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Symbola font
2+
3+
The latest version of the "Symbola" font (taken from Ubuntu-artful).
4+
5+
This ensures a high level of emoji support (unicode <= 10.0)
3.02 MB
Binary file not shown.

0 commit comments

Comments
 (0)