You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2022. It is now read-only.
I looked at the fonts because I was seeing a difference between my sketch-file and the app. To approach the app's original design, we need these tree font-weights of Montserrat-font (instead of the 400,800 it is now):
extralight (200)
light (300)
bold (700)
Importing these weights automatically solves the difference and shows the fonts as intended. @import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,700');
The text was updated successfully, but these errors were encountered:
I looked at the fonts because I was seeing a difference between my sketch-file and the app. To approach the app's original design, we need these tree font-weights of Montserrat-font (instead of the 400,800 it is now):
Importing these weights automatically solves the difference and shows the fonts as intended.
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,700');
The text was updated successfully, but these errors were encountered: