Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #9281, comment 5


Ignore:
Timestamp:
06/16/2025 02:29:28 PM (14 months ago)
Author:
dcavins

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9281, comment 5

    initial v1  
    44`--bbbase-font-base: 100 16px/1.5 'Inter', sans-serif;`
    55100 is svelte and popular, but not super great for accessibility/contrast.
     6
     7Another possibility: My browsers are not using the font "Inter" so maybe that is why it is OK. @sooskriszta way at the bottom of the computed tab in your browser's inspector, what doss it read for "rendered fonts" for you?
     8
     9Mine reads:
     10Rendered Fonts
     11Family name: Helvetica
     12PostScript name: Helvetica-Light
     13Font origin: Local file(214 glyphs)
     14
     15Thanks!