diff --git a/css/base_fontello-icons.less b/css/base_fontello-icons.less index e9e0a50..bb31646 100644 --- a/css/base_fontello-icons.less +++ b/css/base_fontello-icons.less @@ -86,9 +86,12 @@ .icon-folder-image { &::before { content: '\e809'; } } /* '' */ .icon-file-new { &::before { content: '\e83d'; } } /* '' */ .icon-file { &::before { content: '\e83e'; } } /* '' */ -.icon-file-export:before { content: '\e80a'; } /* '' */ +.icon-file-export { &::before { content: '\e80a'; } } /* '' */ .icon-files { &::before { content: '\e849'; } } /* '' */ +.icon-comment-question { &::before { content: '\e880'; } } /* '' */ +.icon-jira { &::before { content: '\e881'; } } /* '' */ + /* + + + + + additional "after" for nav-pagetools + + + + + */ diff --git a/fonts/icons/fontello-codes.css b/fonts/icons/fontello-codes.css index 5cc6c54..7b734e6 100644 --- a/fonts/icons/fontello-codes.css +++ b/fonts/icons/fontello-codes.css @@ -72,5 +72,7 @@ .icon-star:before { content: '\e860'; } /* '' */ .icon-code:before { content: '\e861'; } /* '' */ .icon-user-circle:before { content: '\e86c'; } /* '' */ +.icon-comment-question:before { content: '\e880'; } /* '' */ +.icon-jira:before { content: '\e881'; } /* '' */ .icon-right-bold:before { content: '\e882'; } /* '' */ .icon-down-bold:before { content: '\e883'; } /* '' */ \ No newline at end of file diff --git a/fonts/icons/fontello.eot b/fonts/icons/fontello.eot index 11e1d8e..f484f83 100755 Binary files a/fonts/icons/fontello.eot and b/fonts/icons/fontello.eot differ diff --git a/fonts/icons/fontello.svg b/fonts/icons/fontello.svg index c18d413..6f5d835 100755 --- a/fonts/icons/fontello.svg +++ b/fonts/icons/fontello.svg @@ -152,6 +152,10 @@ + + + + diff --git a/fonts/icons/fontello.ttf b/fonts/icons/fontello.ttf index 4dab382..8c27493 100755 Binary files a/fonts/icons/fontello.ttf and b/fonts/icons/fontello.ttf differ diff --git a/fonts/icons/fontello.woff b/fonts/icons/fontello.woff index 37915e4..b51cc09 100755 Binary files a/fonts/icons/fontello.woff and b/fonts/icons/fontello.woff differ diff --git a/fonts/icons/fontello.woff2 b/fonts/icons/fontello.woff2 index 4c21d69..89dcf2e 100755 Binary files a/fonts/icons/fontello.woff2 and b/fonts/icons/fontello.woff2 differ diff --git a/fonts/icons/fontello.zip b/fonts/icons/fontello.zip index af8883b..7f737b2 100644 Binary files a/fonts/icons/fontello.zip and b/fonts/icons/fontello.zip differ