_typography.scss
2.03 KB
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
/*The Mix font*/
@font-face {
font-family: TheMixExtraLight;
src: url(../fonts/themixb-w2extralight-webfont.eot);
src: url(../fonts/themixb-w2extralight-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/themixb-w2extralight-webfont.woff) format('woff'),url(../fonts/themixb-w2extralight-webfont.ttf) format('truetype');
font-weight: 400;
font-style: normal
}
@font-face {
font-family: TheMixLight;
src: url(../fonts/themixb-w3light-webfont.eot);
src: url(../fonts/themixb-w3light-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/themixb-w3light-webfont.woff) format('woff'),url(../fonts/themixb-w3light-webfont.ttf) format('truetype');
font-weight: 400;
font-style: normal
}
@font-face {
font-family: TheMixPlain;
src: url(../fonts/themixb-w5plain-webfont.eot);
src: url(../fonts/themixb-w5plain-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/themixb-w5plain-webfont.woff) format('woff'),url(../fonts/themixb-w5plain-webfont.ttf) format('truetype');
font-weight: 400;
font-style: normal
}
@font-face {
font-family: TheMixSemiBold;
src: url(../fonts/themixb-w6semibold-webfont.eot);
src: url(../fonts/themixb-w6semibold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/themixb-w6semibold-webfont.woff) format('woff'),url(../fonts/themixb-w6semibold-webfont.ttf) format('truetype');
font-weight: 400;
font-style: normal
}
@font-face {
font-family: TheMixBold;
src: url(../fonts/themixb-w7bold-webfont.eot);
src: url(../fonts/themixb-w7bold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/themixb-w7bold-webfont.woff) format('woff'),url(../fonts/themixb-w7bold-webfont.ttf) format('truetype');
font-weight: 400;
font-style: normal
}
p{
font-size: 1.6rem;
font-family: 'TheMixPlain', sans-serif;
color: #5A585A;
margin-bottom: 0;
margin-top: 0;
}
.underline{
text-decoration: underline;
}
strong{
font-family: 'TheMixBold', sans-serif;
}