Skip to content

Commit

Permalink
etc/fonts/conf.d/70-no-bitmaps-firefox.conf: Replace description el…
Browse files Browse the repository at this point in the history
…ement by comment

Fontconfig 2.12.4 does not know the element `description`, so convert to
a comment to avoid the warning below:

    /etc/fonts/conf.d/70-no-bitmaps-firefox.conf", line 4: unknown element "description"
  • Loading branch information
pmenzel committed Jul 31, 2023
1 parent 7b11f14 commit 5fe6f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/fonts/conf.d/70-no-bitmaps-firefox.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<description>Disable bitmap fonts for Firefox/pdf.js to work around https://bugzilla.mozilla.org/show_bug.cgi?id=1839860</description>
<!-- Disable bitmap fonts for Firefox/pdf.js to work around https://bugzilla.mozilla.org/show_bug.cgi?id=1839860 -->

<match>
<test qual="all" name="prgname" target="pattern" compare="eq">
Expand Down

0 comments on commit 5fe6f17

Please sign in to comment.