This repository has been archived by the owner on Aug 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
_ubuntu-base.scss
116 lines (107 loc) · 5.26 KB
/
_ubuntu-base.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/* Ubuntu Font Family Bower-ready v0.1.13 */
/* Ubuntu @font-face kit */
$UbuntuFontsPath: "./fonts" !default;
/* BEGIN Ubuntu Light */
@font-face {
font-family: 'Ubuntu';
src: url('#{$UbuntuFontsPath}/ubuntu-light-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntu-light-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntu-light-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntu-light-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntu-light-webfont.svg#ubuntulight') format('svg');
font-weight: 300;
font-style: normal;
}
/* END Ubuntu Light */
/* BEGIN Ubuntu Light Italic */
@font-face {
font-family: 'Ubuntu';
src: url('#{$UbuntuFontsPath}/ubuntu-light-italic-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntu-light-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntu-light-italic-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntu-light-italic-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntu-light-italic-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntu-light-italic-webfont.svg#ubuntulight_italic') format('svg');
font-weight: 300;
font-style: italic;
}
/* END Ubuntu Light Italic */
/* BEGIN Ubuntu Regular */
@font-face {
font-family: 'Ubuntu';
src: url('#{$UbuntuFontsPath}/ubuntu-regular-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntu-regular-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntu-regular-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntu-regular-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
font-weight: normal;
font-style: normal;
}
/* END Ubuntu Regular */
/* BEGIN Ubuntu Regular Italic */
@font-face {
font-family: 'Ubuntu';
src: url('#{$UbuntuFontsPath}/ubuntu-regular-italic-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntu-regular-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntu-regular-italic-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntu-regular-italic-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntu-regular-italic-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntu-regular-italic-webfont.svg#ubuntuitalic') format('svg');
font-weight: normal;
font-style: italic;
}
/* END Ubuntu Regular Italic */
/* BEGIN Ubuntu Medium */
@font-face {
font-family: 'Ubuntu';
src: url('#{$UbuntuFontsPath}/ubuntu-medium-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntu-medium-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntu-medium-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntu-medium-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntu-medium-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntu-medium-webfont.svg#ubuntumedium') format('svg');
font-weight: 500;
font-style: normal;
}
/* END Ubuntu Medium */
/* BEGIN Ubuntu Medium Italic */
@font-face {
font-family: 'Ubuntu';
src: url('#{$UbuntuFontsPath}/ubuntu-medium-italic-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntu-medium-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntu-medium-italic-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntu-medium-italic-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntu-medium-italic-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntu-medium-italic-webfont.svg#ubuntumedium_italic') format('svg');
font-weight: 500;
font-style: italic;
}
/* END Ubuntu Medium Italic */
/* BEGIN Ubuntu Bold */
@font-face {
font-family: 'Ubuntu';
src: url('#{$UbuntuFontsPath}/ubuntu-bold-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntu-bold-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntu-bold-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntu-bold-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntu-bold-webfont.svg#ubuntubold') format('svg');
font-weight: bold;
font-style: normal;
}
/* END Ubuntu Bold */
/* BEGIN Ubuntu Bold Italic */
@font-face {
font-family: 'Ubuntu';
src: url('#{$UbuntuFontsPath}/ubuntu-bold-italic-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntu-bold-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntu-bold-italic-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntu-bold-italic-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntu-bold-italic-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntu-bold-italic-webfont.svg#ubuntubold_italic') format('svg');
font-weight: bold;
font-style: italic;
}
/* END Ubuntu Bold Italic */