-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get Open Sans font from Google CDN instead of local hosting (and include extended character sets) #3556
get Open Sans font from Google CDN instead of local hosting (and include extended character sets) #3556
Changes from 4 commits
b9642f9
cbe39e7
b4287c2
31364c3
2ba5f67
7a193c0
0385d85
7564696
9f6670c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
/* Import the Font Awesome Icon Set */ | ||
@import url('../../vendor/css/font-awesome/css/font-awesome.css'); | ||
/* Import the Open Sans font */ | ||
@import url('../../vendor/css/opensans/css/opensans.css'); | ||
@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&subset=latin,cyrillic-ext,latin-ext,greek-ext'); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you add a comment here that any change to this extensible-looking URL should be accompanied by a change to the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. excellent suggestion |
||
|
||
/* Import the JQuery AutoSuggest plugin CSS */ | ||
@import url('../../vendor/css/jquery.autoSuggest.css'); | ||
|
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to make a TODO here referencing your open PR
r.js
to change to a more robust regexp match.