- 🇮🇳India niranjan_panem Gurugram
this issue is outdated, not applicable to drupal 11. I'm closing this issue as outdated.
No reason to use diff stack for diff modules in CORE, it makes for harder theme overrides.
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
font-family: "Source Sans Pro", "Lucida Grande", Verdana, sans-serif;
font-family: "Lucida Grande", Verdana, sans-serif;
font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif;
font-family: "Lucida Grande", 'Lucida Sans Unicode', 'liberation sans', sans-serif;
font-family: "Droid sans", "Lucida Grande", sans-serif;
In some cases, for example:
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
font-family: "Source Sans Pro", "Lucida Grande", Verdana, sans-serif;
- Unify the stack in core.
- the fallback font should be the same stack
- Any special cases, we should drop a code comment to explain the reason.
- patch
Subtle changes to font family for consistency in core.
N/A
N/A
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
this issue is outdated, not applicable to drupal 11. I'm closing this issue as outdated.