Skip to content

Commit f5d27a5

Browse files
authored
HFP-3875 Add icons for expand and collapse (#176)
* HFP-3875 Add icons for expand and collapse * HFP-3875 Use font file provided by UX * HFP-3875 Clean up font assets
1 parent 92c67bf commit f5d27a5

11 files changed

+529
-119
lines changed

fonts/h5p-core-28.eot

-25.5 KB
Binary file not shown.

fonts/h5p-core-28.svg

Lines changed: 0 additions & 114 deletions
This file was deleted.

fonts/h5p-core-28.ttf

-25.4 KB
Binary file not shown.

fonts/h5p-core-28.woff

-25.4 KB
Binary file not shown.

fonts/h5p-core-29.svg

Lines changed: 401 additions & 0 deletions
Loading

fonts/h5p-core-30.eot

29 KB
Binary file not shown.

fonts/h5p-core-30.svg

Lines changed: 123 additions & 0 deletions
Loading

fonts/h5p-core-30.ttf

28.8 KB
Binary file not shown.

fonts/h5p-core-30.woff

28.9 KB
Binary file not shown.

fonts/h5p-core-30.woff2

14.7 KB
Binary file not shown.

styles/h5p.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
/* Custom H5P font to use for icons. */
55
@font-face {
66
font-family: 'h5p';
7-
src: url('../fonts/h5p-core-29.eot?h1atjl');
8-
src: url('../fonts/h5p-core-29.eot?h1atjl#iefix') format('embedded-opentype'),
9-
url('../fonts/h5p-core-29.ttf?h1atjl') format('truetype'),
10-
url('../fonts/h5p-core-29.woff?h1atjl') format('woff'),
11-
url('../fonts/h5p-core-29.svg?h1atjl#h5p-core-29') format('svg');
7+
src: url('../fonts/h5p-core-30.eot?h1atjl');
8+
src: url('../fonts/h5p-core-30.eot?h1atjl#iefix') format('embedded-opentype'),
9+
url('../fonts/h5p-core-30.ttf?h1atjl') format('truetype'),
10+
url('../fonts/h5p-core-30.woff?h1atjl') format('woff'),
11+
url('../fonts/h5p-core-30.svg?h1atjl#h5p-core-30') format('svg');
1212
font-weight: normal;
1313
font-style: normal;
1414
}

0 commit comments

Comments
 (0)