Skip to content

Commit

Permalink
Fix font family for svg (#6423)
Browse files Browse the repository at this point in the history
* Fix font family for svg

* nit
  • Loading branch information
NoureldinYosri authored Feb 2, 2024
1 parent 5ed8f16 commit 9f07ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-core/cirq/contrib/svg/svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import cirq

QBLUE = '#1967d2'
FONT = matplotlib.font_manager.FontProperties(family="Arial")
FONT = matplotlib.font_manager.FontProperties()
EMPTY_MOMENT_COLWIDTH = float(21) # assumed default column width


Expand Down

0 comments on commit 9f07ce8

Please sign in to comment.