From 64106101a423f2f7b6940003e365175b3870d3f2 Mon Sep 17 00:00:00 2001 From: bohung Date: Thu, 27 Oct 2022 12:07:18 +0800 Subject: [PATCH] Fix bug. --- assets/stylesheets/template/template.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index fa7ad2a..02bd3f3 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -1,4 +1,4 @@ -@import url("http://fonts.googleapis.com/css?family=Droid+Sans:400,700"); +@import url("//fonts.googleapis.com/css?family=Droid+Sans:400,700"); // Base @import "base/orbitbar-override";