Skip to content

Commit f3a6459

Browse files
committed
Use quicksand
1 parent cc20353 commit f3a6459

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

LinkDotNet.Blog.Web/wwwroot/css/basic.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
1+
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
22
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+128+Text&display=swap');
33

44
:root {
@@ -36,6 +36,7 @@
3636
--button-primary-hover-color: var(--big-stone);
3737
--button-secondary-color: var(--big-stone);
3838
--button-secondary-border-color: var(--big-stone);
39+
3940
}
4041

4142

@@ -47,7 +48,7 @@ body {
4748
margin: 0;
4849
background-repeat: no-repeat;
4950
background-attachment: fixed;
50-
font-family: "Roboto", monospace;
51+
font-family: 'Quicksand', sans-serif;
5152
}
5253

5354
a {

0 commit comments

Comments
 (0)