aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/woff2.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/fontTools/ttLib/woff2.py')
-rw-r--r--Lib/fontTools/ttLib/woff2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/fontTools/ttLib/woff2.py b/Lib/fontTools/ttLib/woff2.py
index e77ad9a4..67b1d1c1 100644
--- a/Lib/fontTools/ttLib/woff2.py
+++ b/Lib/fontTools/ttLib/woff2.py
@@ -29,7 +29,7 @@ class WOFF2Reader(SFNTReader):
flavor = "woff2"
- def __init__(self, file, checkChecksums=1, fontNumber=-1):
+ def __init__(self, file, checkChecksums=0, fontNumber=-1):
if not haveBrotli:
log.error(
'The WOFF2 decoder requires the Brotli Python extension, available at: '