From d9d1ea85b4513ccd22edab64dc1b9b11a402ffbb Mon Sep 17 00:00:00 2001 From: Luke S Date: Tue, 12 Feb 2019 14:50:34 -0500 Subject: [PATCH] Use https for font-awesome --- src/styles/font-awesome/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/font-awesome/_variables.scss b/src/styles/font-awesome/_variables.scss index 5185b63..e6db7cc 100644 --- a/src/styles/font-awesome/_variables.scss +++ b/src/styles/font-awesome/_variables.scss @@ -4,7 +4,7 @@ /*$fa-font-path: "../fonts" !default;*/ $fa-font-size-base: 14px !default; $fa-line-height-base: 1 !default; -$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts" !default; // for referencing Bootstrap CDN font files directly +$fa-font-path: "https://netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts" !default; // for referencing Bootstrap CDN font files directly $fa-css-prefix: fa !default; $fa-version: "4.6.3" !default; $fa-border-color: #eee !default;