Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/dist/ReadiumCSS-before.css

Large diffs are not rendered by default.

Binary file added css/dist/fonts/AccessibleDfA-Bold.woff2
Binary file not shown.
Binary file added css/dist/fonts/AccessibleDfA-Italic.woff2
Binary file not shown.
Binary file added css/dist/fonts/AccessibleDfA-Regular.woff
Binary file not shown.
Binary file added css/dist/fonts/AccessibleDfA-Regular.woff2
Binary file not shown.
Binary file removed css/dist/fonts/AccessibleDfA.otf
Binary file not shown.
21 changes: 19 additions & 2 deletions css/src/modules/ReadiumCSS-fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,28 @@
@font-face {
font-family: AccessibleDfA;
src: local("AccessibleDfA"),
url("fonts/AccessibleDfA.otf") format("opentype");
url("fonts/AccessibleDfA-Regular.woff2") format("woff2"),
url("fonts/AccessibleDfA-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: AccessibleDfA;
src: local("AccessibleDfA"),
url("fonts/AccessibleDfA-Bold.woff2") format("woff2");
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: AccessibleDfA;
src: local("AccessibleDfA"),
url("fonts/AccessibleDfA-Italic.woff2") format("woff2");
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: "IA Writer Duospace";
src: local("iAWriterDuospace-Regular"),
Expand All @@ -26,4 +43,4 @@
/* If you have different weights/styles,
use `font-weight` and `font-style`,
not prefixes in the font-family name,
or else it will be a nightmare to manage in user settings. */
or else it will be a nightmare to manage in user settings. */
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.