Skip to content

Commit 6fe4578

Browse files
committed
change google font link
1 parent 044bd96 commit 6fe4578

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

build/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ html {
1111
body {
1212
background: #eee;
1313
padding: 0 16px;
14-
/* background-image: url("https://www.transparenttextures.com/patterns/cubes.png"); */
14+
background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
1515
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
16-
background-image: url("/images/cubes.png");
1716
}
1817

1918
header {

public/index.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<title>Keeper App</title>
5-
<link font-family: "Montserrat", sans-serif;
6-
href="https://fonts.googleapis.com/css?family=McLaren|Montserrat&display=swap"
7-
rel="stylesheet" />
8-
<link rel="stylesheet" href="styles.css" />
9-
<link id="external-css" rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Montserrat&amp;display=swap" media="all">
3+
4+
<head>
5+
<title>Keeper App</title>
6+
<link href="https://fonts.googleapis.com/css?family=McLaren|Montserrat&display=swap" rel="stylesheet" />
7+
<link rel="stylesheet" href="styles.css" />
8+
<link id="external-css" rel="stylesheet" type="text/css"
9+
href="https://fonts.googleapis.com/css?family=Montserrat&amp;display=swap" media="all">
1010
</head>
1111

12-
<body>
13-
<div id="root"></div>
14-
<script src="../src/index.js" type="text/jsx"></script>
15-
</body>
16-
</html>
12+
<body>
13+
<div id="root"></div>
14+
<script src="../src/index.js" type="text/jsx"></script>
15+
</body>
16+
17+
</html>

public/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ html {
1111
body {
1212
background: #eee;
1313
padding: 0 16px;
14-
background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
14+
/* background-image: url("https://www.transparenttextures.com/patterns/cubes.png"); */
15+
background-image: url("../images/cubes.png");
1516
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
1617
}
1718

0 commit comments

Comments
 (0)