Skip to content

Commit 5b4df15

Browse files
committed
Update AccessibleDfa
1 parent f926e16 commit 5b4df15

8 files changed

Lines changed: 21 additions & 4 deletions

css/dist/ReadiumCSS-before.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
65.3 KB
Binary file not shown.
71.8 KB
Binary file not shown.
87.2 KB
Binary file not shown.
64.1 KB
Binary file not shown.

css/dist/fonts/AccessibleDfA.otf

-142 KB
Binary file not shown.

css/src/modules/ReadiumCSS-fonts.css

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,28 @@
1010
@font-face {
1111
font-family: AccessibleDfA;
1212
src: local("AccessibleDfA"),
13-
url("fonts/AccessibleDfA.otf") format("opentype");
13+
url("fonts/AccessibleDfA-Regular.woff2") format("woff2"),
14+
url("fonts/AccessibleDfA-Regular.woff") format("woff");
1415
font-weight: normal;
1516
font-style: normal;
1617
}
1718

19+
@font-face {
20+
font-family: AccessibleDfA;
21+
src: local("AccessibleDfA"),
22+
url("fonts/AccessibleDfA-Bold.woff2") format("woff2");
23+
font-weight: bold;
24+
font-style: normal;
25+
}
26+
27+
@font-face {
28+
font-family: AccessibleDfA;
29+
src: local("AccessibleDfA"),
30+
url("fonts/AccessibleDfA-Italic.woff2") format("woff2");
31+
font-weight: normal;
32+
font-style: italic;
33+
}
34+
1835
@font-face {
1936
font-family: "IA Writer Duospace";
2037
src: local("iAWriterDuospace-Regular"),
@@ -26,4 +43,4 @@
2643
/* If you have different weights/styles,
2744
use `font-weight` and `font-style`,
2845
not prefixes in the font-family name,
29-
or else it will be a nightmare to manage in user settings. */
46+
or else it will be a nightmare to manage in user settings. */

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)