Giter Club home page Giter Club logo

Comments (28)

omerziv avatar omerziv commented on May 16, 2024 1

@davelab6 please update to release v1.584.

from fonts.

bardware avatar bardware commented on May 16, 2024

+1
EbenSorkin/Merriweather#9

from fonts.

ihorvorotnov avatar ihorvorotnov commented on May 16, 2024

+1, Merriweather is pretty popular, for example, new default WordPress theme uses it for body copy. We need non-latin subsets, please!

from fonts.

davelab6 avatar davelab6 commented on May 16, 2024

from fonts.

ihorvorotnov avatar ihorvorotnov commented on May 16, 2024

All of that available in the updated font itself. The world speaks many languages, you know :)
For me personally, cyrillic support is critical as I use ukrainian and russian languages.

One of the reasons I love Roboto - it offers cyrillic support.

from fonts.

davelab6 avatar davelab6 commented on May 16, 2024

Updated to v1.582 in e309430 and pushed to the production Fonts API today.

Commits related:

fde4b7f
f6eb735
6a1e3af

from fonts.

davelab6 avatar davelab6 commented on May 16, 2024

The Light style in v1.582 has a problem with fi and fl ligature glyphs not correct, so we need to push v1.583 on Monday.

from fonts.

ihorvorotnov avatar ihorvorotnov commented on May 16, 2024

Awesome, thanks!

from fonts.

adrientetar avatar adrientetar commented on May 16, 2024

https://www.youtube.com/watch?v=1NNy289k6Oc

from fonts.

davelab6 avatar davelab6 commented on May 16, 2024

💃

from fonts.

danzek avatar danzek commented on May 16, 2024

'fi' ligature issue in many browsers: TryGhost/Casper#235

from fonts.

sebilasse avatar sebilasse commented on May 16, 2024

@davelab6 Still wondering why it is so bold on Mac.
The 400 looks very heavy in running text :

merriweather_new__mac

from fonts.

davelab6 avatar davelab6 commented on May 16, 2024

The update to Merriweather was made in advance of the Firefox 44 launch on Tuesday that will mean the old files will just stop working.

The bug with fi/fl ligatures has a workaround - you can turn ligatures off with CSS to work around this until then:

-webkit-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
-moz-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
-o-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;

from fonts.

sebilasse avatar sebilasse commented on May 16, 2024

Tried the mentioned workaround very early. Unfortunately it did not work in Safari / OS X.
And btw. – for mozilla I would recommend using the following syntax

-moz-font-feature-settings: "kern=1", "liga=0", "case=1"; /* Firefox 4.0 to 14.0 */
-moz-font-feature-settings: "kern", "case"; /* Firefox 15.0 onwards */
-moz-font-feature-settings: "kern" 1, "liga" 0, "case" 1; /* Firefox 15.0 onwards explicitly set feature values */

However: Thank you for your help!
I am thinking about a CSS switch to deliver the 300 to Mac Safari and Firefox browsers tomorrow.
Chrome is a bit lighter ... strange.

from fonts.

JohnONolan avatar JohnONolan commented on May 16, 2024

@davelab6 For us the fix seems to be disabling text-rendering: geometricPrecision; -- however we use this in combination with Merriweather 300 in the default theme for the http://github.com/tryghost/ghost blogging platform - so currently have several thousand sites affected who cannot fix this without us cutting a fresh release and getting them to do a manual update.

from fonts.

sebilasse avatar sebilasse commented on May 16, 2024

@JohnONolan fyi: It will be fixed by tomorrow.

from fonts.

slackero avatar slackero commented on May 16, 2024

I have solved it this way. Have not tested with older FF, problem was only visible in Firefox under Windows.

html {
  -webkit-font-variant-ligatures: none;
     -moz-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

from fonts.

sebilasse avatar sebilasse commented on May 16, 2024

we can also add

text-rendering: optimizespeed;

to the fix provided by @davelab6 to support Safari.
Btw: Any news?

from fonts.

davelab6 avatar davelab6 commented on May 16, 2024

from fonts.

sebilasse avatar sebilasse commented on May 16, 2024

@davelab6 confirmative 👍
Let's fight for net neutrality in India, the Oettinger-EU and everywhere !

from fonts.

davelab6 avatar davelab6 commented on May 16, 2024

@ihorvorotnov the cyrillic is now enabled btw. However, a further update is needed for some digraphs in the Regular style, and to improve hinting of Cyrillic. EbenSorkin/Merriweather#25

from fonts.

davelab6 avatar davelab6 commented on May 16, 2024

@m4rc1e please fix EbenSorkin/Merriweather#39 and file a PR upstream and here, I'd like to fix that ASAP

from fonts.

m4rc1e avatar m4rc1e commented on May 16, 2024

Fixed in pr #622

from fonts.

davelab6 avatar davelab6 commented on May 16, 2024

@m4rc1e said found pr #622 had to be closed

When I enter

a∞₮a

I see only

aa

screen shot 2017-10-04 at 11 45 37

from fonts.

davelab6 avatar davelab6 commented on May 16, 2024

Along with #623 I'm going to ask @EbenSorkin to fix this :)

from fonts.

m4rc1e avatar m4rc1e commented on May 16, 2024

Thanks @davelab6

from fonts.

EbenSorkin avatar EbenSorkin commented on May 16, 2024

I just checked the roman source and it seems to have this fixed. I will check the Italic and confirm it there too.

from fonts.

m4rc1e avatar m4rc1e commented on May 16, 2024

@EbenSorkin We had to rollback to a custom v1.53x release, #736 because V2 is currently missing some glyphs and has a few errors #623, #8

from fonts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.