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

github.com/themefisher/timer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSomrat <37659754+somrat-gyver@users.noreply.github.com>2020-06-08 06:30:49 +0300
committerGitHub <noreply@github.com>2020-06-08 06:30:49 +0300
commit16299e5eb273853df79c1693e9101f008690872e (patch)
tree8e81b2063960751e5f0b60a92f1fdac8d0863d0b
parent7e47987d6860c7ccf5b0268f6202057ed94a8749 (diff)
parent27c9583fa1d141934690596387ab727f2d6c37f9 (diff)
Merge pull request #43 from SuuBro/patch-1
Use https for font imports
-rw-r--r--assets/css/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 4296b39..724dbd2 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1,6 +1,6 @@
-@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
-@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
-@import url(http://fonts.googleapis.com/css?family=Glegoo);
+@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
+@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
+@import url(https://fonts.googleapis.com/css?family=Glegoo);
body {
font-family: "Roboto", sans-serif;
@@ -1325,4 +1325,4 @@ ul.social-icons li {
text-decoration: none;
}
-/*# sourceMappingURL=maps/style.css.map */ \ No newline at end of file
+/*# sourceMappingURL=maps/style.css.map */