NeoPy commited on
Commit
5d7e838
·
verified ·
1 Parent(s): 477eec3

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -1,5 +1,5 @@
1
  /* Linear Portfolio Template Styles */
2
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
3
 
4
  * {
5
  margin: 0;
@@ -12,7 +12,7 @@ html {
12
  }
13
 
14
  body {
15
- font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
16
  line-height: 1.6;
17
  color: #1f2937;
18
  }
 
1
  /* Linear Portfolio Template Styles */
2
+ @import url('https://fonts.googleapis.com/css2?family=Syne:wght@300;400;500;600;700;800;900&display=swap');
3
 
4
  * {
5
  margin: 0;
 
12
  }
13
 
14
  body {
15
+ font-family: 'Syne', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
16
  line-height: 1.6;
17
  color: #1f2937;
18
  }