We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc20353 commit f3a6459Copy full SHA for f3a6459
LinkDotNet.Blog.Web/wwwroot/css/basic.css
@@ -1,4 +1,4 @@
1
-@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
+@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
2
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+128+Text&display=swap');
3
4
:root {
@@ -36,6 +36,7 @@
36
--button-primary-hover-color: var(--big-stone);
37
--button-secondary-color: var(--big-stone);
38
--button-secondary-border-color: var(--big-stone);
39
+
40
}
41
42
@@ -47,7 +48,7 @@ body {
47
48
margin: 0;
49
background-repeat: no-repeat;
50
background-attachment: fixed;
- font-family: "Roboto", monospace;
51
+ font-family: 'Quicksand', sans-serif;
52
53
54
a {
0 commit comments