Skip to content

Commit e0e0dc3

Browse files
committed
Switch out font to hyperlegible for increased accessibility
1 parent e4d33b3 commit e0e0dc3

9 files changed

+1901
-4939
lines changed

css/custom.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
@font-face {
2-
font-family: 'bodonitownregular';
2+
font-family: 'atkinsonhyperlegible';
33
src: url('../fonts/Bodonitown-webfont.eot');
4-
src: url('../fonts/Bodonitown-webfont.eot?#iefix') format('embedded-opentype'),
5-
url('../fonts/Bodonitown-webfont.woff') format('woff'),
6-
url('../fonts/Bodonitown-webfont.ttf') format('truetype'),
7-
url('../fonts/Bodonitown-webfont.svg#bodonitownregular') format('svg');
4+
src: url('../fonts/Atkinson-Hyperlegible-Regular-102.eot') format('embedded-opentype'),
5+
url('../fonts/AtkinsonHyperlegible-Regular-102.woff') format('woff'),
6+
url('../fonts/AtkinsonHyperlegible-Regular.ttf') format('truetype'),
7+
url('../fonts/Atkinson-Hyperlegible-Regular-102.svg') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
}
1111

1212
body {
13-
font-family: 'bodonitownregular', serif;
13+
font-family: 'atkinsonhyperlegible', serif;
1414
font-size: 18px;
1515
}
1616

20.9 KB
Binary file not shown.

fonts/Atkinson-Hyperlegible-Regular-102.svg

+1,895
Loading
22.3 KB
Binary file not shown.
52.3 KB
Binary file not shown.

fonts/Bodonitown-webfont.eot

-31.4 KB
Binary file not shown.

fonts/Bodonitown-webfont.svg

-4,933
This file was deleted.

fonts/Bodonitown-webfont.ttf

-68.9 KB
Binary file not shown.

fonts/Bodonitown-webfont.woff

-34.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)