Skip to content

Remove Adobe’s Helvetica font from fonts-x-org to work around Firefox issue #2935

Closed
wants to merge 1 commit into from
Closed
Changes from all 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
4 changes: 3 additions & 1 deletion fonts-x-org.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION fonts-x-org-1.0-0
# BEE_VERSION fonts-x-org-1.0-1

BEE_EXTRACT_STRIP=0

Expand Down Expand Up @@ -79,6 +79,8 @@ mee_install() {
cd $b
start_cmd make ${BEE_MAKEFLAGS} install DESTDIR=${D} "$@"
done
# Remove Helvetica fonts confusing pdf.js (used by Firefox)
start_cmd rm ${D}${DATADIR}/fonts/X11/*dpi/helv*
}

#mee_install_post() {
Expand Down