~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/contrib/css/ubuntu-webfonts.css

  • Committer: Curtis Hovey
  • Date: 2011-08-21 14:21:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13745.
  • Revision ID: curtis.hovey@canonical.com-20110821142106-x93hajd6iguma8gx
Update test that was enforcing bad grammar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Web font defintions for the Ubuntu font.
2
 
 *
3
 
 * Retrieved from https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,700,700italic
4
 
 *
5
 
 * But served from launchpad.net for performance and security reasons.
6
 
 */
7
 
@font-face {
8
 
  font-family: 'Ubuntu';
9
 
  font-style: italic;
10
 
  font-weight: normal;
11
 
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url('https://themes.googleusercontent.com/static/fonts/ubuntu/v3/kbP_6ONYVgE-bLa9ZRbvvvesZW2xOQ-xsNqO47m55DA.woff') format('woff');
12
 
}
13
 
@font-face {
14
 
  font-family: 'Ubuntu';
15
 
  font-style: normal;
16
 
  font-weight: bold;
17
 
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('https://themes.googleusercontent.com/static/fonts/ubuntu/v3/0ihfXUL2emPh0ROJezvraD8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
18
 
}
19
 
@font-face {
20
 
  font-family: 'Ubuntu';
21
 
  font-style: italic;
22
 
  font-weight: bold;
23
 
  src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url('https://themes.googleusercontent.com/static/fonts/ubuntu/v3/OMD20Sg9RTs7sUORCEN-7YbN6UDyHWBl620a-IRfuBk.woff') format('woff');
24
 
}
25
 
@font-face {
26
 
  font-family: 'Ubuntu';
27
 
  font-style: normal;
28
 
  font-weight: normal;
29
 
  src: local('Ubuntu'), url('https://themes.googleusercontent.com/static/fonts/ubuntu/v3/_xyN3apAT_yRRDeqB3sPRg.woff') format('woff');
30
 
}