Skip to content

Commit 126b3b3

Browse files
authored
Merge pull request #11 from DraftProducts/master
➕New Font | Quantify
2 parents e2a5f12 + 3d75ea1 commit 126b3b3

File tree

2 files changed

+577
-3
lines changed

2 files changed

+577
-3
lines changed

src/pixelWidthCalculator.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html><head>
33
</head>
44
<body>
5-
<span id="h1" style="font-family: Arial; font-size: 100;">test string</span>
5+
<span id="h1" style="font-family: Quantify; font-size: 100;">test string</span>
66
<div id="h1-info">433</div>
77

8-
<div class="sandbox"><span style="font-family: Arial; font-size: 100;">~<span></span></span></div>
8+
<div class="sandbox"><span style="font-family: Quantify; font-size: 100;">~<span></span></span></div>
99
<textarea id="elFinal" style="width: 100%; height: 400px"></textarea>
1010

1111
<script>
@@ -23,7 +23,8 @@
2323
'Verdana',
2424
'Webdings',
2525
'Open Sans',
26-
'Tahoma'
26+
'Tahoma',
27+
'Quantify'
2728
]
2829

2930
function checkFont(name) {

0 commit comments

Comments
 (0)