about summary refs log tree commit diff
path: root/app/javascript/themes/glitch/styles/index.scss
diff options
context:
space:
mode:
authorkibigo! <marrus-sh@users.noreply.github.com>2017-11-18 11:05:23 -0800
committerkibigo! <marrus-sh@users.noreply.github.com>2017-11-18 11:05:23 -0800
commit672ace5a202caf483c558a06b7e694ece12bb91b (patch)
treec05397a3f0514315b17f3e3427e02beb8194465f /app/javascript/themes/glitch/styles/index.scss
parentf51f7b0e0617301b95df507dd4a11a6d03006049 (diff)
Media styling
Diffstat (limited to 'app/javascript/themes/glitch/styles/index.scss')
-rw-r--r--app/javascript/themes/glitch/styles/index.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/themes/glitch/styles/index.scss b/app/javascript/themes/glitch/styles/index.scss
index 0eb6ac6d8..c962a1f62 100644
--- a/app/javascript/themes/glitch/styles/index.scss
+++ b/app/javascript/themes/glitch/styles/index.scss
@@ -1,8 +1,8 @@
 @import 'mixins';
 @import 'variables';
-@import 'fonts/roboto';
-@import 'fonts/roboto-mono';
-@import 'fonts/montserrat';
+@import 'styles/fonts/roboto';
+@import 'styles/fonts/roboto-mono';
+@import 'styles/fonts/montserrat';
 
 @import 'reset';
 @import 'basics';