|
8 | 8 |
|
9 | 9 | @font-face { |
10 | 10 | font-family: "Selawik"; |
11 | | - src: url("../fonts/selawk.eot"); |
12 | | - src: url("../fonts/selawk.eot#iefix") format("embedded-opentype"), |
13 | | - url("../fonts/selawk.ttf") format("truetype"); |
| 11 | + src: url("#{$font-path}/selawk.eot"); |
| 12 | + src: url("#{$font-path}/selawk.eot#iefix") format("embedded-opentype"), |
| 13 | + url("#{$font-path}/selawk.ttf") format("truetype"); |
14 | 14 | } |
15 | 15 |
|
16 | 16 | @font-face { |
17 | 17 | font-family: "Selawik Bold"; |
18 | | - src: url("../fonts/selawkb.eot"); |
19 | | - src: url("../fonts/selawkb.eot#iefix") format("embedded-opentype"), |
20 | | - url("../fonts/selawkb.ttf") format("truetype"); |
| 18 | + src: url("#{$font-path}/selawkb.eot"); |
| 19 | + src: url("#{$font-path}/selawkb.eot#iefix") format("embedded-opentype"), |
| 20 | + url("#{$font-path}/selawkb.ttf") format("truetype"); |
21 | 21 | } |
22 | 22 |
|
23 | 23 | @font-face { |
24 | 24 | font-family: "Selawik Light"; |
25 | | - src: url("../fonts/selawkl.eot"); |
26 | | - src: url("../fonts/selawkl.eot#iefix") format("embedded-opentype"), |
27 | | - url("../fonts/selawkl.ttf") format("truetype"); |
| 25 | + src: url("#{$font-path}/selawkl.eot"); |
| 26 | + src: url("#{$font-path}/selawkl.eot#iefix") format("embedded-opentype"), |
| 27 | + url("#{$font-path}/selawkl.ttf") format("truetype"); |
28 | 28 | } |
29 | 29 |
|
30 | 30 | @font-face { |
31 | 31 | font-family: "Selawik Semibold"; |
32 | | - src: url("../fonts/selawksb.eot"); |
33 | | - src: url("../fonts/selawksb.eot#iefix") format("embedded-opentype"), |
34 | | - url("../fonts/selawksb.ttf") format("truetype"); |
| 32 | + src: url("#{$font-path}/selawksb.eot"); |
| 33 | + src: url("#{$font-path}/selawksb.eot#iefix") format("embedded-opentype"), |
| 34 | + url("#{$font-path}/selawksb.ttf") format("truetype"); |
35 | 35 | } |
36 | 36 |
|
37 | 37 | @font-face { |
38 | 38 | font-family: "Selawik Semilight"; |
39 | | - src: url("../fonts/selawksl.eot"); |
40 | | - src: url("../fonts/selawksl.eot#iefix") format("embedded-opentype"), |
41 | | - url("../fonts/selawksl.ttf") format("truetype"); |
| 39 | + src: url("#{$font-path}/selawksl.eot"); |
| 40 | + src: url("#{$font-path}/selawksl.eot#iefix") format("embedded-opentype"), |
| 41 | + url("#{$font-path}/selawksl.ttf") format("truetype"); |
42 | 42 | } |
43 | 43 |
|
44 | 44 | // Responsive Typography mixin |
@@ -203,3 +203,5 @@ h5 { @extend .type-h5; } |
203 | 203 | h6 { @extend .type-h6; } |
204 | 204 |
|
205 | 205 | p { @extend .type-p3; } |
| 206 | + |
| 207 | +figcaption { @extend .type-c1 } |
0 commit comments