diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-06 12:50:28 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-28 09:07:17 +0100 |
commit | 0d171fdac342f60964a4585a7c28a11ff9c9ae14 (patch) | |
tree | 9f8d4e0c23f5edf517b4050c290f340d7cfc56fc | |
parent | 85cec1b937cd8cc297fe6c35990cd37fba74aea3 (diff) |
Remove Open Sans font import
-rw-r--r-- | app/views/widgets/show.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/widgets/show.html.erb b/app/views/widgets/show.html.erb index 2d3d901da..2f51f427f 100644 --- a/app/views/widgets/show.html.erb +++ b/app/views/widgets/show.html.erb @@ -1,6 +1,5 @@ <head> <%= stylesheet_link_tag "widget" %> - <link href='http://fonts.googleapis.com/css?family=Open+Sans:600,800' rel='stylesheet' type='text/css'> </head> <body> <div class="alaveteli-widget"> |