]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-triton/sass/src/Component.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-triton / sass / src / Component.scss
CommitLineData
6527f429
DM
1@if $enable-font-open-sans {\r
2 $triton-font-path: get-resource-path('fonts', 'shared');\r
3 @font-face {\r
4 font-family: 'Open Sans';\r
5 src: url('#{$triton-font-path}/OpenSans-Light.ttf');\r
6 font-weight: 300;\r
7 font-style: normal;\r
8 }\r
9\r
10 @font-face {\r
11 font-family: 'Open Sans';\r
12 src: url('#{$triton-font-path}/OpenSans-LightItalic.ttf');\r
13 font-weight: 300;\r
14 font-style: italic;\r
15 }\r
16\r
17 @font-face {\r
18 font-family: 'Open Sans';\r
19 src: url('#{$triton-font-path}/OpenSans-Regular.ttf');\r
20 font-weight: 400;\r
21 font-style: normal;\r
22 }\r
23\r
24 @font-face {\r
25 font-family: 'Open Sans';\r
26 src: url('#{$triton-font-path}/OpenSans-Italic.ttf');\r
27 font-weight: 400;\r
28 font-style: italic;\r
29 }\r
30\r
31 @font-face {\r
32 font-family: 'Open Sans';\r
33 src: url('#{$triton-font-path}/OpenSans-Semibold.ttf');\r
34 font-weight: 600;\r
35 font-style: normal;\r
36 }\r
37\r
38 @font-face {\r
39 font-family: 'Open Sans';\r
40 src: url('#{$triton-font-path}/OpenSans-SemiboldItalic.ttf');\r
41 font-weight: 600;\r
42 font-style: italic;\r
43 }\r
44\r
45 @font-face {\r
46 font-family: 'Open Sans';\r
47 src: url('#{$triton-font-path}/OpenSans-Bold.ttf');\r
48 font-weight: 700;\r
49 font-style: normal;\r
50 }\r
51\r
52 @font-face {\r
53 font-family: 'Open Sans';\r
54 src: url('#{$triton-font-path}/OpenSans-BoldItalic.ttf');\r
55 font-weight: 700;\r
56 font-style: italic;\r
57 }\r
58\r
59 @font-face {\r
60 font-family: 'Open Sans';\r
61 src: url('#{$triton-font-path}/OpenSans-ExtraBold.ttf');\r
62 font-weight: 800;\r
63 font-style: normal;\r
64 }\r
65\r
66 @font-face {\r
67 font-family: 'Open Sans';\r
68 src: url('#{$triton-font-path}/OpenSans-ExtraBoldItalic.ttf');\r
69 font-weight: 800;\r
70 font-style: italic;\r
71 }\r
72}\r