-
Notifications
You must be signed in to change notification settings - Fork 0
/
fuentes.css
76 lines (65 loc) · 1.28 KB
/
fuentes.css
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
@import url("https://fonts.googleapis.com/css?family=Dancing+Script");
*{
margin: 0;
padding: 0;
}
h1{
font-family: 'Dancing Script';
font-size: 40px;
font-style: normal;
font-variant: normal;
font-weight: 400; line-height: 20px;
}
h2{
font-family: 'Montserrat';
font-size: 30px;
font-style: normal;
font-variant: normal;
font-weight: 700; line-height: 20px;
}
h3{
font-family: 'Montserrat';
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: 400; line-height: 20px;
}
h4{
font-family: 'Dancing Script';
font-size: 22px;
font-style: normal;
font-variant: normal;
font-weight: 400; line-height: 20px;
}
h5{
font-family: 'Montserrat';
font-size: 25px;
font-style: normal;
font-variant: normal;
font-weight: 2; line-height: 32px;
word-spacing: 3px;
text-decoration: none;
text-weight: 80%;
}
h6{
font-family: 'Calibri';
font-size: 17px;
font-style: normal;
font-variant: normal;
font-weight: 30; line-height: 25px;
letter-spacing: 1;
word-spacing: 1px;
}
h7{
font-family: 'Calibri';
font-size: 17px;
font-style: normal;
font-variant: normal;
font-weight: 30; line-height: 25px;
letter-spacing: 1;
word-spacing: 1px;
}
p{
margin-left: 100px;
margin-right: 100px;
}