-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Greek font looks bad/rendering issue #507
Comments
Inter or Roboto can be a good fallback for Greek, pretty close to Montserrat. |
@duogenesis assigned this task to me. We have to do simple task.
|
@DeepeshKalura Fonts go in the |
@duogenesis However, I recommend verifying this information here: https://fonts.google.com/specimen/Roboto better then sorry |
@DeepeshKalura License looks fine to me |
Hey man replace Montserrat with roboto entirely mean? I was thinking to add new fonts roboto loadFonts and then in default text component ( might is the component ) make a roboto default and fallback montserrat. I don't why we are removing Montserrat. I don't know where this image from by stimfrog from the codebase help me in that also |
Yes
That sounds right, except for the fallback
If we use Roboto, it'll do everything Montserrat does but better. So Montserrat won't be needed
It's not in the code base. It looks like he wrote some Greek text in the 'About' section of his Profile. By the way, I forgot to mention you'll need to update the font in |
@duogenesis Ok, so I am mostly correct for this time I will not be removing anything you will tag me in the code review stuff. Then I will start removing it if everything seems fine to you. Rather I will create entirely new things separately and you check first tell me how you check also I think I will do it within 1 hour. so I also change the |
@DeepeshKalura Are you going to fork duolicious/duolicious-frontend and then raise a pull request which contains your changes? |
@duogenesis i already did and did some changes and reading codebase. LOL it first time seeing react-native code by the I am do mostly flutter for frontend |
Fixes duolicious#507 by adding robot to app.tsx and then chaning the default-text.tsx and default-text-input.tsx
The text was updated successfully, but these errors were encountered: