aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/fonts.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/fonts.scss')
-rw-r--r--app/Resources/static/themes/material/css/fonts.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/fonts.scss b/app/Resources/static/themes/material/css/fonts.scss
new file mode 100644
index 00000000..743f1a84
--- /dev/null
+++ b/app/Resources/static/themes/material/css/fonts.scss
@@ -0,0 +1,13 @@
1/* ==========================================================================
2 * Fonts
3 * ========================================================================== */
4
5/**
6 * Icomoon
7 */
8@font-face {
9 font-family: icomoon;
10 src: url("~icomoon-free-npm/Font/IcoMoon-Free.ttf");
11 font-weight: normal;
12 font-style: normal;
13}