File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
.heading-text {
2
- font-family : " Fira Sans " , sans-serif ;
2
+ font-family : Arial , sans-serif ;
3
3
font-size : 32px ;
4
4
font-weight : 600 ;
5
5
text-align : center ;
9
9
}
10
10
11
11
h1 , .title-text {
12
- font-family : " Fira Sans " , sans-serif ;
12
+ font-family : Arial , sans-serif ;
13
13
font-size : 25px ;
14
14
color : var (--primary-text-color );
15
15
}
16
16
17
17
h2 , .subtitle-text {
18
- font-family : " Fira Sans " , sans-serif ;
18
+ font-family : Arial , sans-serif ;
19
19
font-size : 20px ;
20
20
font-weight : 500 ;
21
21
color : var (--primary-text-color );
22
22
}
23
23
24
24
.text {
25
- font-family : " Fira Sans " , sans-serif ;
25
+ font-family : Arial , sans-serif ;
26
26
font-size : 18px ;
27
27
font-weight : 400 ;
28
28
line-height : 26px ;
@@ -31,7 +31,7 @@ h2, .subtitle-text {
31
31
}
32
32
33
33
.subtext {
34
- font-family : " Fira Sans " , sans-serif ;
34
+ font-family : Arial , sans-serif ;
35
35
font-size : 16px ;
36
36
font-weight : 400 ;
37
37
letter-spacing : 0.1px ;
Original file line number Diff line number Diff line change 10
10
< link rel ="icon " type ="image/png " href ="/favicon-orientdb.png ">
11
11
{% endblock favicon %}
12
12
{% include "_variables.html" %}
13
- < link href ="https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap " rel ="stylesheet ">
14
- < link href ="https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600&display=swap " rel ="stylesheet ">
15
13
< link rel ="stylesheet " href ="/normalize.css ">
16
14
< link rel ="stylesheet " href ="{{ get_url(path= "juice.css ") }}">
17
15
{% block head %}
You can’t perform that action at this time.
0 commit comments