commit 1fe0fd8bfdfe638a619f9eb792acf9935a8b4bcb
Author: Shawn Khan <shawn@Shawn-Khans-MacBook-Pro.local>
Date: Tue Sep 6 08:34:32 2011 -0400
Using Local Fonts instead of Remote Fonts linked to Google.
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 307e297..86391d9 100644
|
a
|
b
|
|
| 4 | 4 | font-family: 'Lato'; |
| 5 | 5 | font-style: normal; |
| 6 | 6 | font-weight: 700; |
| 7 | | src: local('Lato Bold'), local('Lato-Bold'), url('http://themes.googleusercontent.com/static/fonts/lato/v1/wkfQbvfT_02e2IWO3yYueQ.woff') format('woff'); |
| | 7 | src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/Lato-Bold.woff') format('woff'); |
| 8 | 8 | } |
| 9 | 9 | @font-face { |
| 10 | 10 | font-family: 'Lato'; |
| 11 | 11 | font-style: italic; |
| 12 | 12 | font-weight: 400; |
| 13 | | src: local('Lato Italic'), local('Lato-Italic'), url('http://themes.googleusercontent.com/static/fonts/lato/v1/oUan5VrEkpzIazlUe5ieaA.woff') format('woff'); |
| | 13 | src: local('Lato Italic'), local('Lato-Italic'), url('../fonts/Lato-Italic.woff') format('woff'); |
| 14 | 14 | } |
| 15 | 15 | @font-face { |
| 16 | 16 | font-family: 'Lato'; |
| 17 | 17 | font-style: italic; |
| 18 | 18 | font-weight: 700; |
| 19 | | src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('http://themes.googleusercontent.com/static/fonts/lato/v1/HkF_qI1x_noxlxhrhMQYED8E0i7KZn-EPnyo3HZu7kw.woff') format('woff'); |
| | 19 | src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('../fonts/Lato-BoldItalic.woff') format('woff'); |
| 20 | 20 | } |
| 21 | 21 | @font-face { |
| 22 | 22 | font-family: 'Lato'; |
| 23 | 23 | font-style: normal; |
| 24 | 24 | font-weight: 400; |
| 25 | | src: local('Lato Regular'), local('Lato-Regular'), url('http://themes.googleusercontent.com/static/fonts/lato/v1/9k-RPmcnxYEPm8CNFsH2gg.woff') format('woff'); |
| | 25 | src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.woff') format('woff'); |
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | body { |