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:
parent
6fdb285562
commit
f1b0c0859b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue