Skip to content

Commit 119a401

Browse files
committed
fix: change font
Change request by Lucia
1 parent f4586e5 commit 119a401

File tree

6 files changed

+2
-8
lines changed

6 files changed

+2
-8
lines changed

_includes/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta name="description" content="nethipedia è la piattaforma che contiene le informazioni e la documentazione relativa ai prodotti e alle soluzioni Nethesis.">
55
<meta name="viewport" content="width=device-width">
66
<!-- <link rel="icon" href="favicon.ico" type="image/x-icon" /> -->
7-
<link href="{{ site.baseurl }}/assets/fonts/OpenSans-Regular.ttf" rel="stylesheet">
87

98
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/hero.css" />
109
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bulma.min.css" />

assets/css/hero.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
@font-face {
2-
font-family: OpenSans;
3-
src: url(../css/webfonts/OpenSans-Regular.ttf);
4-
}
5-
6-
@font-face {
7-
font-family: Montserrat;
2+
font-family: Poppins;
83
src: url(../css/webfonts/Montserrat-Regular.ttf);
94
}
105

116
html,
127
body {
138
background: #EFF3F4;
14-
font-family: OpenSans !important;
9+
font-family: Poppins !important;
1510
}
1611

1712
.hero-body .container {

assets/fonts/OpenSans-Regular.ttf

-212 KB
Binary file not shown.

assets/fonts/Poppins-Bold.ttf

150 KB
Binary file not shown.

assets/fonts/Poppins-Medium.ttf

153 KB
Binary file not shown.

assets/fonts/Poppins-Regular.ttf

155 KB
Binary file not shown.

0 commit comments

Comments
 (0)