Skip to content

Commit aeb9c05

Browse files
committed
chore: used standard fonts
1 parent 2977885 commit aeb9c05

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

sass/_text.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.heading-text {
2-
font-family: "Fira Sans", sans-serif;
2+
font-family: Arial, sans-serif;
33
font-size: 32px;
44
font-weight: 600;
55
text-align: center;
@@ -9,20 +9,20 @@
99
}
1010

1111
h1, .title-text {
12-
font-family: "Fira Sans", sans-serif;
12+
font-family: Arial, sans-serif;
1313
font-size: 25px;
1414
color: var(--primary-text-color);
1515
}
1616

1717
h2, .subtitle-text {
18-
font-family: "Fira Sans", sans-serif;
18+
font-family: Arial, sans-serif;
1919
font-size: 20px;
2020
font-weight: 500;
2121
color: var(--primary-text-color);
2222
}
2323

2424
.text {
25-
font-family: "Fira Sans", sans-serif;
25+
font-family: Arial, sans-serif;
2626
font-size: 18px;
2727
font-weight: 400;
2828
line-height: 26px;
@@ -31,7 +31,7 @@ h2, .subtitle-text {
3131
}
3232

3333
.subtext {
34-
font-family: "Fira Sans", sans-serif;
34+
font-family: Arial, sans-serif;
3535
font-size: 16px;
3636
font-weight: 400;
3737
letter-spacing: 0.1px;

templates/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<link rel="icon" type="image/png" href="/favicon-orientdb.png">
1111
{% endblock favicon %}
1212
{% 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">
1513
<link rel="stylesheet" href="/normalize.css">
1614
<link rel="stylesheet" href="{{ get_url(path="juice.css") }}">
1715
{% block head %}

0 commit comments

Comments
 (0)