We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed8f16 commit 9f07ce8Copy full SHA for 9f07ce8
cirq-core/cirq/contrib/svg/svg.py
@@ -9,7 +9,7 @@
9
import cirq
10
11
QBLUE = '#1967d2'
12
-FONT = matplotlib.font_manager.FontProperties(family="Arial")
+FONT = matplotlib.font_manager.FontProperties()
13
EMPTY_MOMENT_COLWIDTH = float(21) # assumed default column width
14
15
0 commit comments