Skip to content

Commit c08df0c

Browse files
committed
Merge pull request dart-archive#3 from alanjoyce/rev1
changed font imports to https
2 parents 06f56e3 + ade9728 commit c08df0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/css/dart-style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ***** Fonts ***** */
2-
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
3-
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400);
2+
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
3+
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
44

55

66
body {

0 commit comments

Comments
 (0)