Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions shared/oae/css/oae.components.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ a.oae-plain-link:hover {
.oae-aural-text {
border: 0;
clip: rect(0 0 0 0);
font-family: sans-serif; /* avoid web fonts */
height: 1px;
margin: -1px;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion shared/oae/css/oae.core.css
Original file line number Diff line number Diff line change
Expand Up @@ -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('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,latin-ext,greek-ext,vietnamese');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need this to be // to make sure that OAE and the downloaded font are using the same protocol and avoid unsafe content messages.


/* Import the JQuery AutoSuggest plugin CSS */
@import url('../../vendor/css/jquery.autoSuggest.css');
Expand Down
60 changes: 0 additions & 60 deletions shared/vendor/css/opensans/css/opensans.css

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.