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
Cascadia Code version number: 2008.25
Application (with version) used to display text: PyCharm 2020.2.1, Chrome 85.0.4183.83
OS platform and version: macOS catalina
Screen resolution (i.e. 220dpi): 192dpi (I think)
Any other software? No
Steps to reproduce
In chrome, change CSS of an element to use: -<<
{
font-family:'Cascadia Code';
font-weight:300,
}
Expected behavior
Expected the same for >>- but reversed
And this is how it looks like with normal fontweight:
Actual behavior
PyCharm using this font weight by default and I can't find a setting to change it
The text was updated successfully, but these errors were encountered:
This commit modifies the build script to add "OVERLAP_SIMPLE" to normal
glyphs and "OVERLAP_COMPOUND" to component glyphs.
Under FreeType, "overlapping contours can produce pixels with inflated
coverage because FreeType normally integrates the coverage. To mitigate
the artefacts, oversampling is necessary (increase resolution 4x4 and
average the results)" ([mailinglist quote]). FreeType relies on the
"OVERLAP_SIMPLE" and "OVERLAP_COMPOUND" flags to be set to know when
this oversampling should take place.
At current, Cascadia does not contain either of these two flags. This
fix will add one or the other to every glyph in Cascadia (depending on
type of glyph), thus resolving the issue. Once the ufo2ft library adds
functionality to address this issue, the build script modification can
be removed.
The addition of these flags has no impact on the behavior of the font in
Mac or Windows environments.
Closes#350Closes#355 - switches contour order to resolve interpolation error at wght 300
[mailinglist quote]: https://savannah.nongnu.org/bugs/index.php?59026
Environment
Steps to reproduce
In chrome, change CSS of an element to use: -<<
Expected behavior
Expected the same for >>- but reversed
And this is how it looks like with normal fontweight:
Actual behavior
PyCharm using this font weight by default and I can't find a setting to change it
The text was updated successfully, but these errors were encountered: