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

github.com/themefisher/bigspring-hugo-startup-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorsomratpro <abdulmonnafsomrat@gmail.com>2021-02-10 09:06:29 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2021-02-10 09:06:29 +0300
commit0c8a6810d836e7f7d9525dd7770e73760e1aa7ea (patch)
treed0b7df4a0d96b112d6ec41278a34a270ebd131d4 /assets
parentab7f3007a986e18707267c8155ede9911457618e (diff)
modified resources bundle for cdn links
Diffstat (limited to 'assets')
-rw-r--r--assets/scss.zipbin5317 -> 0 bytes
-rw-r--r--assets/scss/_variables.scss2
2 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss.zip b/assets/scss.zip
deleted file mode 100644
index 73ccc55..0000000
--- a/assets/scss.zip
+++ /dev/null
Binary files differ
diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss
index f052f3c..68a22fe 100644
--- a/assets/scss/_variables.scss
+++ b/assets/scss/_variables.scss
@@ -10,5 +10,5 @@ $light: #EDF6F5;
// Font Variables
$primary-font: 'Lato', sans-serif;
-$font-hosting: 'local'; // From where to include Lato from: [google|local|none]
+$font-hosting: 'none'; // From where to include Lato from: [google|local|none]
$icon-font: 'themify'; \ No newline at end of file