Skip to content

Commit e54f982

Browse files
authored
JI-6152 add fonts to h5p core that are used by drag and drop widget (#177)
Co-authored-by: William Almnes <william.almnes@h5p.group>
1 parent 2dfeb64 commit e54f982

7 files changed

+205
-6
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
vendor
23
*~
3-
.idea
4+
.idea

fonts/h5p-core-29.eot

40.7 KB
Binary file not shown.

fonts/h5p-core-29.svg

+198
Loading

fonts/h5p-core-29.ttf

40.5 KB
Binary file not shown.

fonts/h5p-core-29.woff

23.7 KB
Binary file not shown.

fonts/h5p-core-29.woff2

20.3 KB
Binary file not shown.

styles/h5p.css

+5-5
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-28.eot?h1atjl');
8-
src: url('../fonts/h5p-core-28.eot?h1atjl#iefix') format('embedded-opentype'),
9-
url('../fonts/h5p-core-28.ttf?h1atjl') format('truetype'),
10-
url('../fonts/h5p-core-28.woff?h1atjl') format('woff'),
11-
url('../fonts/h5p-core-28.svg?h1atjl#h5p-core-28') format('svg');
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');
1212
font-weight: normal;
1313
font-style: normal;
1414
}

0 commit comments

Comments
 (0)