This website works better with JavaScript.
Home
Explore
Help
Sign In
ajay
/
stringere-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added fonts global.scss
master
Ajay S
3 years ago
parent
36ac89dafb
commit
83a83b6ed7
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/common/styles/global.scss
+ 2
- 0
src/common/styles/global.scss
View File
@@ -1,6 +1,8 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import './colors.scss';
* {
font-family: 'Poppins', sans-serif;
padding: 0;
margin: 0;
box-sizing: border-box;
Write
Preview
Loading…
Cancel
Save