Project

General

Profile

1
.uk-text-light {
2
  font-weight: 300;
3
}
4

    
5
.uk-text-large {
6
  font-size: 18px;
7
}
8

    
9
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6,
10
.uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium,
11
.uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
12
  font-family: "Roboto", sans-serif;
13
  line-height: 1.2;
14
}
15

    
16
.uk-h1, h1 {
17
  font-size: 54px;
18
  font-weight: 400;
19
}
20

    
21
.uk-h2, h2 {
22
  font-size: 45px;
23
  font-weight: 400;
24
}
25

    
26
.uk-h3, h3 {
27
  font-size: 36px;
28
  font-weight: 400;
29
}
30

    
31
.uk-h4, h4 {
32
  font-size: 27px;
33
  font-weight: 400;
34
}
35

    
36
.uk-h5, h5 {
37
  font-size: 22px;
38
  font-weight: 400;
39
}
40

    
41
.uk-h6, h6 {
42
  font-size: 18px;
43
  font-weight: 400;
44
}
45

    
46
.number {
47
  font-size: 41px;
48
}
49

    
50
.number-size {
51
  font-size: 36px;
52
}
53

    
54
@media only screen and (max-width: 639px) {
55
  .uk-h1, h1 {
56
    font-size: 36px !important;
57
  }
58

    
59
  .uk-h2, h2 {
60
    font-size: 32px !important;
61
  }
62

    
63
  .uk-h3, h3 {
64
    font-size: 27px !important;
65
  }
66

    
67
  .uk-h4, h4 {
68
    font-size: 22px !important;
69
  }
70

    
71
  .uk-h5, h5 {
72
    font-size: 18px !important;
73
  }
74

    
75
  .uk-h6, h6 {
76
    font-size: 18px !important;
77
  }
78

    
79
  .number {
80
    font-size: 32px;
81
  }
82

    
83
  .number-size {
84
    font-size: 27px;
85
  }
86
}
(18-18/20)