Skip to content

Commit

Permalink
HFP-3875 Add icons for expand and collapse (#176)
Browse files Browse the repository at this point in the history
* HFP-3875 Add icons for expand and collapse

* HFP-3875 Use font file provided by UX

* HFP-3875 Clean up font assets
  • Loading branch information
otacke authored May 8, 2024
1 parent 92c67bf commit f5d27a5
Show file tree
Hide file tree
Showing 11 changed files with 529 additions and 119 deletions.
Binary file removed fonts/h5p-core-28.eot
Binary file not shown.
114 changes: 0 additions & 114 deletions fonts/h5p-core-28.svg

This file was deleted.

Binary file removed fonts/h5p-core-28.ttf
Binary file not shown.
Binary file removed fonts/h5p-core-28.woff
Binary file not shown.
401 changes: 401 additions & 0 deletions fonts/h5p-core-29.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/h5p-core-30.eot
Binary file not shown.
123 changes: 123 additions & 0 deletions fonts/h5p-core-30.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/h5p-core-30.ttf
Binary file not shown.
Binary file added fonts/h5p-core-30.woff
Binary file not shown.
Binary file added fonts/h5p-core-30.woff2
Binary file not shown.
10 changes: 5 additions & 5 deletions styles/h5p.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
/* Custom H5P font to use for icons. */
@font-face {
font-family: 'h5p';
src: url('../fonts/h5p-core-29.eot?h1atjl');
src: url('../fonts/h5p-core-29.eot?h1atjl#iefix') format('embedded-opentype'),
url('../fonts/h5p-core-29.ttf?h1atjl') format('truetype'),
url('../fonts/h5p-core-29.woff?h1atjl') format('woff'),
url('../fonts/h5p-core-29.svg?h1atjl#h5p-core-29') format('svg');
src: url('../fonts/h5p-core-30.eot?h1atjl');
src: url('../fonts/h5p-core-30.eot?h1atjl#iefix') format('embedded-opentype'),
url('../fonts/h5p-core-30.ttf?h1atjl') format('truetype'),
url('../fonts/h5p-core-30.woff?h1atjl') format('woff'),
url('../fonts/h5p-core-30.svg?h1atjl#h5p-core-30') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit f5d27a5

Please sign in to comment.