-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_typo.css
More file actions
87 lines (68 loc) · 1.69 KB
/
_typo.css
File metadata and controls
87 lines (68 loc) · 1.69 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
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
/*
=================================================================================================
# 1 Typography
-------------------------------------------------------------------------------------------------
*/
html{font-size: 62.5%}
body{
font-family: '$english-font', '$farsi-font';
font-size: 1.6rem}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
font-family: inherit;
line-height: calc($line-height + ($line-height / 3));
color: inherit}
h1, .h1{
font-size: $h1-font-size;
font-weight: 700}
h2, .h2{
font-size: $h2-font-size;
font-weight: 600}
h3, .h3{
font-size: $h3-font-size;
font-weight: 500}
h4, .h4{
font-size: $h4-font-size;
font-weight: 500}
h5, .h5{
font-size: $h5-font-size;
font-weight: 500}
h6, .h6{
font-size: $h6-font-size;
font-weight: 500}
h1 small, .h1 small,
h1 .small, .h1 .small,
h2 small, .h2 small,
h2 .small, .h2 .small,
h3 small, .h3 small,
h3 .small, .h3 .small,
h4 small, .h4 small,
h4 .small, .h4 .small,
h5 small, .h5 small,
h5 .small, .h5 .small,
h6 small, .h6 small,
h6 .small, .h6 .small{
font-family: inherit;
line-height: $line-height;
color: inherit}
p{
font-weight: 400;
font-size: 1.4rem;
line-height: $line-height;
margin: 0 0 1rem}
:lang(fa) q,
:lang(ar) q,
:lang(ur) q{quotes: "«" "»" "«" "»"}
:lang(en) q{quotes: '“' '”' '‘' '’'}
:lang(de) q{quotes: '„' '“'}
:lang(fr) q{quotes: '« ' ' »' '‹ ' ' ›'}
q:before{content: open-quote}
q:after{content: close-quote}
small, .small{font-size: 85%}
a.link{
text-decoration: none;
outline: none}