Don't hardcode protocol to Google Fonts.

Without this change, using Ace on an SSL page throws a
mixed content warning:

https://img.skitch.com/20110906-8xhu97awwbeyjf6bsgawj4y7d6.png
This commit is contained in:
Chris Wanstrath 2011-09-06 13:38:51 -07:00
commit f1b0c0859b

View file

@ -1,4 +1,4 @@
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono);
.ace_editor {