summaryrefslogtreecommitdiff
path: root/vim.py
diff options
context:
space:
mode:
authorGilles Castel <66gilles99@gmail.com>2019-04-11 11:37:54 +0200
committerGilles Castel <66gilles99@gmail.com>2019-04-11 11:37:54 +0200
commit32f03c30cfa399f1e8673d0e1a7dffc090a11b17 (patch)
tree721a7339cea207906648fb7e6a360617698df664 /vim.py
parente7d5a8124e2a3779de90e58b8743a879b684c964 (diff)
Make font Iosevka Term
Diffstat (limited to 'vim.py')
-rw-r--r--vim.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim.py b/vim.py
index 207f227..dd3e71e 100644
--- a/vim.py
+++ b/vim.py
@@ -32,8 +32,8 @@ def open_vim(self, compile_latex):
svg = f"""<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg>
<text
- style="font-size:15px; font-family:'Latin Modern Math';-inkscape-font-specification:'Latin Modern Math, Normal';fill:#000000;fill-opacity:1;stroke:none;"
- xml:space="preserve"><tspan sodipodi:role="line">{latex}</tspan></text>
+ style="font-size:10px; font-family:'Iosevka Term';-inkscape-font-specification:'Iosevka Term, Normal';fill:#000000;fill-opacity:1;stroke:none;"
+ xml:space="preserve"><tspan sodipodi:role="line" >{latex}</tspan></text>
</svg> """
copy(svg, target=TARGET)
else: