Update Core font to include hub molecule icon

content-hub
Frode Petterson 2020-12-03 10:56:17 +01:00
parent 1831312d41
commit 90835b7345
5 changed files with 12 additions and 11 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -3,11 +3,11 @@
/* Custom H5P font to use for icons. */
@font-face {
font-family: 'h5p';
src: url('../fonts/h5p-core-26.eot?9pg14');
src: url('../fonts/h5p-core-26.eot?9pg14#iefix') format('embedded-opentype'),
url('../fonts/h5p-core-26.ttf?9pg14') format('truetype'),
url('../fonts/h5p-core-26.woff?9pg14') format('woff'),
url('../fonts/h5p-core-26.svg?9pg14#h5p-core-26') format('svg');
src: url('../fonts/h5p-core-27.eot?9pg14');
src: url('../fonts/h5p-core-27.eot?9pg14#iefix') format('embedded-opentype'),
url('../fonts/h5p-core-27.ttf?9pg14') format('truetype'),
url('../fonts/h5p-core-27.woff?9pg14') format('woff'),
url('../fonts/h5p-core-27.svg?9pg14#h5p-core-27') format('svg');
font-weight: normal;
font-style: normal;
}
@ -620,4 +620,4 @@ iframe.h5peditor-semi-fullscreen {
to {
transform: rotate(360deg);
}
}
}