refactor(pdfjs-viewer): update font options in viewer styles and controls
Replaced outdated font options in viewer.css and viewer.html with new standard fonts (Sacramento, AlexBrush, Allura, Handlee). Updated viewer.mjs to support the new fonts in signature type controls, enhancing customization for typed signatures.
This commit is contained in:
@@ -654,14 +654,10 @@ See https://github.com/adobe-type-tools/cmap-resources
|
||||
<option value="PingFang">PingFang (Handwriting)</option>
|
||||
<option value="Qiantu">Qiantu (Handwriting)</option>
|
||||
<option value="Kalam">Kalam</option>
|
||||
<option value="Merriweather">Merriweather</option>
|
||||
<option value="DM Sans">DM Sans</option>
|
||||
<option value="Dancing Script">Dancing Script</option>
|
||||
<option value="Great Vibes">Great Vibes</option>
|
||||
<option value="Cedarville Cursive">Cedarville Cursive</option>
|
||||
<option value="Arial, sans-serif">Arial</option>
|
||||
<option value="Times New Roman, serif">Times New Roman</option>
|
||||
<option value="Courier New, monospace">Courier New</option>
|
||||
<option value="Sacramento">Sacramento</option>
|
||||
<option value="AlexBrush">AlexBrush</option>
|
||||
<option value="Allura">Allura</option>
|
||||
<option value="Handlee">Handlee</option>
|
||||
</select>
|
||||
<label for="signatureColorPicker">Color:</label>
|
||||
<input type="color" id="signatureColorPicker" value="#000000" tabindex="0" />
|
||||
|
||||
Reference in New Issue
Block a user