diff --git a/src/main/webapp/WEB-INF/jsp/include/head.jsp b/src/main/webapp/WEB-INF/jsp/include/head.jsp
index 0601ee04..70f951ca 100644
--- a/src/main/webapp/WEB-INF/jsp/include/head.jsp
+++ b/src/main/webapp/WEB-INF/jsp/include/head.jsp
@@ -23,6 +23,7 @@
" />
" />
" />
+ " />
" />
" />
diff --git a/src/main/webapp/resources/fonts/material-icons.css b/src/main/webapp/resources/fonts/material-icons.css
new file mode 100644
index 00000000..90a50ab1
--- /dev/null
+++ b/src/main/webapp/resources/fonts/material-icons.css
@@ -0,0 +1,24 @@
+@charset "UTF-8";
+
+@font-face {
+ font-family: 'Material Icons';
+ font-style: normal;
+ font-weight: 400;
+ src: url(./material-icons/material-icons.woff2) format('woff2');
+}
+
+.material-icons {
+ font-family: 'Material Icons';
+ font-weight: normal;
+ font-style: normal;
+ font-size: 24px;
+ line-height: 1;
+ letter-spacing: normal;
+ text-transform: none;
+ display: inline-block;
+ white-space: nowrap;
+ word-wrap: normal;
+ direction: ltr;
+ -webkit-font-feature-settings: 'liga';
+ -webkit-font-smoothing: antialiased;
+}
\ No newline at end of file
diff --git a/src/main/webapp/resources/fonts/material-icons/material-icons.woff2 b/src/main/webapp/resources/fonts/material-icons/material-icons.woff2
new file mode 100644
index 00000000..5492a6e7
Binary files /dev/null and b/src/main/webapp/resources/fonts/material-icons/material-icons.woff2 differ