Update Core font to include hub molecule icon
parent
1831312d41
commit
90835b7345
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 95 KiB |
Binary file not shown.
Binary file not shown.
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue