Skip to content

Commit b3b85ec

Browse files
author
illarionov-company
committed
change font on site
1 parent 9b26ff5 commit b3b85ec

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

src-site/css/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body {
77
margin: 0;
88
padding: 0;
99
font-size: 16px;
10-
font-family: Arial, sans-serif;
10+
font-family: "Montserrat", Arial, sans-serif;
1111
line-height: 1.4;
1212
}
1313

src-site/css/utils.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
.vh-1 {
22
height: 100vh;
33
}
4-
.vh-2 {
5-
height: 200vh;
6-
}
7-
.vh-3 {
8-
height: 300vh;
9-
}
104

115
.vh-50 {
126
height: 50vh;

src-site/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
name="description"
1212
content="Extremely customizable plugin for scroll based animation which animates 1000 elements without lags"
1313
/>
14+
<link rel="preconnect" href="https://fonts.googleapis.com" />
15+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
16+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&display=swap" rel="stylesheet" />
1417
</head>
1518
<body>
1619
<nav>

0 commit comments

Comments
 (0)