Skip to content

Commit 22a72bd

Browse files
committed
fontconfig
Signed-off-by: Jessica Frazelle <[email protected]>
1 parent 6b61605 commit 22a72bd

File tree

7 files changed

+35
-0
lines changed

7 files changed

+35
-0
lines changed

chrome/beta/local.conf

+5
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@
2626
<const>lcddefault</const>
2727
</edit>
2828
</match>
29+
<match target="font">
30+
<edit name="embeddedbitmap" mode="assign">
31+
<bool>false</bool>
32+
</edit>
33+
</match>
2934
</fontconfig>

chrome/stable/local.conf

+5
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@
2626
<const>lcddefault</const>
2727
</edit>
2828
</match>
29+
<match target="font">
30+
<edit name="embeddedbitmap" mode="assign">
31+
<bool>false</bool>
32+
</edit>
33+
</match>
2934
</fontconfig>

firefox/local.conf

+5
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@
2626
<const>lcddefault</const>
2727
</edit>
2828
</match>
29+
<match target="font">
30+
<edit name="embeddedbitmap" mode="assign">
31+
<bool>false</bool>
32+
</edit>
33+
</match>
2934
</fontconfig>

iceweasel/local.conf

+5
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@
2626
<const>lcddefault</const>
2727
</edit>
2828
</match>
29+
<match target="font">
30+
<edit name="embeddedbitmap" mode="assign">
31+
<bool>false</bool>
32+
</edit>
33+
</match>
2934
</fontconfig>

tor-browser/alpha/local.conf

+5
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@
2626
<const>lcddefault</const>
2727
</edit>
2828
</match>
29+
<match target="font">
30+
<edit name="embeddedbitmap" mode="assign">
31+
<bool>false</bool>
32+
</edit>
33+
</match>
2934
</fontconfig>

tor-browser/hardened/local.conf

+5
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@
2626
<const>lcddefault</const>
2727
</edit>
2828
</match>
29+
<match target="font">
30+
<edit name="embeddedbitmap" mode="assign">
31+
<bool>false</bool>
32+
</edit>
33+
</match>
2934
</fontconfig>

tor-browser/stable/local.conf

+5
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@
2626
<const>lcddefault</const>
2727
</edit>
2828
</match>
29+
<match target="font">
30+
<edit name="embeddedbitmap" mode="assign">
31+
<bool>false</bool>
32+
</edit>
33+
</match>
2934
</fontconfig>

0 commit comments

Comments
 (0)