Skip to content

Commit

Permalink
Dashboard icon: bring back icon font used in wp-admin menu (#27)
Browse files Browse the repository at this point in the history
Fixes #21
  • Loading branch information
jeherve authored Jun 18, 2019
1 parent 16b278b commit afa5af6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions nav-styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 16, 2013 */
@font-face {
font-family: 'vaultpressregular';
src: url('fonts/vaultpress-regular.eot');
src: url('fonts/vaultpress-regular.eot?#iefix') format('embedded-opentype'),
url('fonts/vaultpress-regular.woff') format('woff'),
url('fonts/vaultpress-regular.ttf') format('truetype'),
url('fonts/vaultpress-regular.svg#vaultpressregular') format('svg');
font-weight: normal;
font-style: normal;
}
#toplevel_page_vaultpress div.wp-menu-image:before {
content: '\f219';
font-size: 18px !important;
font-family: 'vaultpressregular' !important;
}

/**
* Notices
*/
Expand Down

0 comments on commit afa5af6

Please sign in to comment.