refactor(pdfjs-viewer): remove deprecated handwriting fonts and related options
Deleted outdated handwriting font definitions from viewer.css and removed associated options from viewer.html and viewer.mjs. This streamlines the font selection process for typed signatures, focusing on standard fonts.
This commit is contained in:
@@ -2402,20 +2402,6 @@
|
||||
}
|
||||
|
||||
/* Custom handwriting fonts for signature type input */
|
||||
@font-face {
|
||||
font-family:"PingFangChangAnTi";
|
||||
src:url("./pdfjs-annotation-extension/font/PingFangChangAnTi-2.c4a81d.ttf") format("truetype");
|
||||
font-weight:400;
|
||||
font-style:normal;
|
||||
font-display:swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family:"QiantuBifeng";
|
||||
src:url("./pdfjs-annotation-extension/font/qiantubifengshouxieti.0cd35d.ttf") format("truetype");
|
||||
font-weight:400;
|
||||
font-style:normal;
|
||||
font-display:swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Kalam";
|
||||
|
||||
Reference in New Issue
Block a user