commit | 8d10ff2c40e43ae656be87f1c4cbe96145cd5b8a | [log] [tgz] |
---|---|---|
author | Vincent Cheng <vcheng@debian.org> | Wed Apr 30 19:12:51 2014 -0700 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Fri May 02 16:25:02 2014 -0400 |
tree | a6a2414c6d3836cd87ec2da228a7acd56b0bd591 | |
parent | c5c6675c0baf5e211d457ae60ec9bd5bab06e63b [diff] [blame] |
Allow for both http and https URIs
diff --git a/static/css/style.less b/static/css/style.less index 360325a..97dfd11 100644 --- a/static/css/style.less +++ b/static/css/style.less
@@ -7,7 +7,7 @@ @blue: #0e94ec; @accent: @blue; -@import (css) "http://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono"; +@import (css) "//fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono"; @sans: 'Ubuntu', sans-serif; @mono: 'Ubuntu Mono', monospace;