Revision 8392
Added by ben leinfelder about 11 years ago
docs/user/metacat/source/themes/metacatui/static/metacatui.css | ||
---|---|---|
1 | 1 |
|
2 | 2 |
/* Import font families */ |
3 |
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700); |
|
3 |
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
|
|
4 | 4 |
/* Oswald weights: |
5 | 5 |
Light 300 |
6 | 6 |
Normal 400 |
7 | 7 |
Bold 700 |
8 | 8 |
*/ |
9 |
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic); |
|
9 |
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic);
|
|
10 | 10 |
/* Source Sans Pro weights: |
11 | 11 |
Light 300 |
12 | 12 |
Normal 400 |
Also available in: Unified diff
use https for fonts.googleapis.com imports so they can load in https deployments.