We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2a5f12 + 3d75ea1 commit 126b3b3Copy full SHA for 126b3b3
src/pixelWidthCalculator.html
@@ -2,10 +2,10 @@
2
<html><head>
3
</head>
4
<body>
5
- <span id="h1" style="font-family: Arial; font-size: 100;">test string</span>
+ <span id="h1" style="font-family: Quantify; font-size: 100;">test string</span>
6
<div id="h1-info">433</div>
7
8
- <div class="sandbox"><span style="font-family: Arial; font-size: 100;">~<span></span></span></div>
+ <div class="sandbox"><span style="font-family: Quantify; font-size: 100;">~<span></span></span></div>
9
<textarea id="elFinal" style="width: 100%; height: 400px"></textarea>
10
11
<script>
@@ -23,7 +23,8 @@
23
'Verdana',
24
'Webdings',
25
'Open Sans',
26
- 'Tahoma'
+ 'Tahoma',
27
+ 'Quantify'
28
]
29
30
function checkFont(name) {
0 commit comments