-
Notifications
You must be signed in to change notification settings - Fork 78
Add Montserrat Font #57
Add Montserrat Font #57
Conversation
@KeenWarrior @GangaChatrvedi |
ac58176
to
aec4e3d
Compare
@Abhishek-kumar09 Take a look at this. And We'll be cleaning up the bulky code once the team gets free as everybody now has so much to do on priority. |
Thanks, great help. |
@@ -1,8 +1,17 @@ | |||
export default { | |||
fontFamily: [ | |||
'"Montserrat"', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just keep Montserrat and remove others
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the Monteserrat font is not fetched somehow, than It will show the very basic Aerial(I guess). So atleast two fonts are required I think.
Else it's your choice. I would remove the rest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@@ -140,7 +140,6 @@ function TopBar({ className, onMobileNavOpen, ...rest }) { | |||
<Box ml={2}> | |||
<OpenSource /> | |||
</Box> | |||
<Box ml={2} flexGrow={0.05} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
src/components/HeaderItems.js
Outdated
@@ -9,7 +9,7 @@ const useStyles = makeStyles(() => ({ | |||
position: 'relative', | |||
fontColor: 'blue', | |||
display: 'flex', | |||
padding: ' 19px 19px', | |||
padding: ' 19px 10px', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@Abhishek-kumar09 Please rebase and make the above changes. Then We can continue to find where the fonts still face issues in the sandbox. |
0096ede
to
3a308bf
Compare
3a308bf
to
1ce797d
Compare
Closes #11