# HG changeset patch # User Chris Cannam # Date 1352973660 0 # Node ID d021c0bab1e17cafddbe9a9e0e1a5a99a18fbfd0 # Parent af23bcbbd911f1419fd3fa5f29d1407b1c9c94f5 Ensure changed fonts css is pulled (otherwise browsers will reuse old cached copy) diff -r af23bcbbd911 -r d021c0bab1e1 public/themes/soundsoftware/stylesheets/fonts-generic.css --- a/public/themes/soundsoftware/stylesheets/fonts-generic.css Tue Nov 13 15:38:19 2012 +0000 +++ b/public/themes/soundsoftware/stylesheets/fonts-generic.css Thu Nov 15 10:01:00 2012 +0000 @@ -1,4 +1,4 @@ -@import url(fonts.css); +@import url(fonts.css?2); h1, #project-ancestors-title, #top-menu a { font-family: Insider, 'Gill Sans', Tahoma, sans-serif; diff -r af23bcbbd911 -r d021c0bab1e1 public/themes/soundsoftware/stylesheets/fonts-mac.css --- a/public/themes/soundsoftware/stylesheets/fonts-mac.css Tue Nov 13 15:38:19 2012 +0000 +++ b/public/themes/soundsoftware/stylesheets/fonts-mac.css Thu Nov 15 10:01:00 2012 +0000 @@ -1,4 +1,4 @@ -@import url(fonts.css); +@import url(fonts.css?2); h1, #project-ancestors-title, #top-menu a { font-family: Insider, "Lucida Grande", sans-serif; diff -r af23bcbbd911 -r d021c0bab1e1 public/themes/soundsoftware/stylesheets/fonts-ms.css --- a/public/themes/soundsoftware/stylesheets/fonts-ms.css Tue Nov 13 15:38:19 2012 +0000 +++ b/public/themes/soundsoftware/stylesheets/fonts-ms.css Thu Nov 15 10:01:00 2012 +0000 @@ -1,4 +1,4 @@ -@import url(fonts.css); +@import url(fonts.css?2); /* IE likes us to separate out normal & bold into different fonts rather than use the selectors on the same font */