Commit edf9dbb0 authored by Robert Knight's avatar Robert Knight

Stop loading icon font in sidebar app

All uses of the icon font in the sidebar app have now been replaced by
`SvgIcon`.
parent 8aec28d6
...@@ -121,7 +121,6 @@ function bootSidebarApp(doc, config) { ...@@ -121,7 +121,6 @@ function bootSidebarApp(doc, config) {
'styles/angular-csp.css', 'styles/angular-csp.css',
'styles/angular-toastr.css', 'styles/angular-toastr.css',
'styles/icomoon.css',
'styles/katex.min.css', 'styles/katex.min.css',
'styles/sidebar.css', 'styles/sidebar.css',
]); ]);
......
...@@ -48,7 +48,6 @@ describe('bootstrap', function() { ...@@ -48,7 +48,6 @@ describe('bootstrap', function() {
'styles/angular-csp.css', 'styles/angular-csp.css',
'styles/angular-toastr.css', 'styles/angular-toastr.css',
'styles/icomoon.css',
'styles/katex.min.css', 'styles/katex.min.css',
'styles/sidebar.css', 'styles/sidebar.css',
]; ];
...@@ -155,7 +154,6 @@ describe('bootstrap', function() { ...@@ -155,7 +154,6 @@ describe('bootstrap', function() {
'scripts/sidebar.bundle.1234.js', 'scripts/sidebar.bundle.1234.js',
'styles/angular-csp.1234.css', 'styles/angular-csp.1234.css',
'styles/angular-toastr.1234.css', 'styles/angular-toastr.1234.css',
'styles/icomoon.1234.css',
'styles/katex.min.1234.css', 'styles/katex.min.1234.css',
'styles/sidebar.1234.css', 'styles/sidebar.1234.css',
].map(assetUrl); ].map(assetUrl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment