Skip to content

Commit

Permalink
Re-add loading of Wagtail icon font for userbar. Fix #5397 (#5398)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jun 19, 2019
1 parent 41f80af commit 722321c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wagtail/admin/static_src/wagtailadmin/scss/userbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ $positions: (

@include webfont(Open Sans, opensans-regular, 400, normal);

@font-face {
font-family: 'wagtail';
src: url('#{$font-root}wagtail.woff') format('woff');
font-weight: normal;
font-style: normal;
}

// =============================================================================
// Namespaced icon component
// =============================================================================
Expand Down

0 comments on commit 722321c

Please sign in to comment.