Jon Solow commited on
Commit
acdc2aa
·
1 Parent(s): 468632c

Add imports of google fonts to css

Browse files
Files changed (1) hide show
  1. src/css/index.css +5 -0
src/css/index.css CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  :root {
2
  --lightest-grey: #dddddd;
3
  --lighter-grey: #909090;
 
1
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600&display=swap');
2
+ @import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
3
+ @import url('https://fonts.googleapis.com/css2?family=Kameron:wght@400;700&display=swap');
4
+
5
+
6
  :root {
7
  --lightest-grey: #dddddd;
8
  --lighter-grey: #909090;