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-mono.scss
62 lines (55 loc) · 2.87 KB
/
_ubuntu-mono.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
/* Ubuntu Font Family Bower-ready v0.1.13 */
/* Ubuntu Mono @font-face kit */
$UbuntuFontsPath: "./fonts" !default;
/* BEGIN Ubuntu Mono Regular */
@font-face {
font-family: 'Ubuntu Monospace';
src: url('#{$UbuntuFontsPath}/ubuntumono-regular-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntumono-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntumono-regular-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntumono-regular-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntumono-regular-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntumono-regular-webfont.svg#ubuntu_monoregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* END Ubuntu Mono Regular */
/* BEGIN Ubuntu Mono Italic */
@font-face {
font-family: 'Ubuntu Monospace';
src: url('#{$UbuntuFontsPath}/ubuntumono-regular-italic-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntumono-regular-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntumono-regular-italic-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntumono-regular-italic-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntumono-regular-italic-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntumono-regular-italic-webfont.svg#ubuntu_monoitalic') format('svg');
font-weight: normal;
font-style: italic;
}
/* END Ubuntu Mono Italic */
/* BEGIN Ubuntu Mono Bold */
@font-face {
font-family: 'Ubuntu Monospace';
src: url('#{$UbuntuFontsPath}/ubuntumono-bold-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntumono-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntumono-bold-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntumono-bold-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntumono-bold-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntumono-bold-webfont.svg#ubuntu_monobold') format('svg');
font-weight: bold;
font-style: normal;
}
/* END Ubuntu Mono Bold */
/* BEGIN Ubuntu Mono Bold Italic */
@font-face {
font-family: 'Ubuntu Monospace';
src: url('#{$UbuntuFontsPath}/ubuntumono-bold-italic-webfont.eot');
src: url('#{$UbuntuFontsPath}/ubuntumono-bold-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('#{$UbuntuFontsPath}/ubuntumono-bold-italic-webfont.woff2') format('woff2'),
url('#{$UbuntuFontsPath}/ubuntumono-bold-italic-webfont.woff') format('woff'),
url('#{$UbuntuFontsPath}/ubuntumono-bold-italic-webfont.ttf') format('truetype'),
url('#{$UbuntuFontsPath}/ubuntumono-bold-italic-webfont.svg#ubuntu_monobold_italic') format('svg');
font-weight: bold;
font-style: italic;
}
/* END Ubuntu Mono Bold Italic */