Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sass/_variables.scss')
-rw-r--r--sass/_variables.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/sass/_variables.scss b/sass/_variables.scss
index 041f65d..2d68f75 100644
--- a/sass/_variables.scss
+++ b/sass/_variables.scss
@@ -3,6 +3,8 @@
// VARIABLES
//
+$fa-font-path: "../fonts";
+
// Colors
$blue: #4183C4;
@@ -30,5 +32,4 @@ $georgia: Georgia, serif;
@media screen and (max-width: 768px) {
@content;
}
-}
-
+} \ No newline at end of file