Code Monkey home page Code Monkey logo

Comments (7)

djrrb avatar djrrb commented on August 24, 2024 1

Just a quick message without looking closely: I’m wondering if the font is getting faux-bolded... try removing font-weight: bold from the CSS element, or adding font-synthesis: none and see if that helps?

from bungee.

djrrb avatar djrrb commented on August 24, 2024

And btw...thanks for using Bungee! The site looks great :-D

from bungee.

lfinsaas avatar lfinsaas commented on August 24, 2024

That makes a lot of sense! We'll implement tomorrow and report back!

from bungee.

sneakinhysteria avatar sneakinhysteria commented on August 24, 2024

@djrrb Thanks David, unfortunately the issue remains after removing “bold” and any indication of font weight

from bungee.

djrrb avatar djrrb commented on August 24, 2024

Ah, most user stylesheets will make <h1> bold by default, so even though you do not set font-weight: bold explicitly it is still bolded. (The “your message” in the title is also getting faux-bolded, the effect is just more subtle.)

So the two easiest solutions are:

— to explicitly set your <h1> to font-weight: normal;
and/or
— to avoid any chance of faux-bolding by using font-synthesis: none;

Here is a codepen and the results I get in Safari on iPad: https://codepen.io/djrrb/pen/OJdPBbE

IMG_CE20DE67E832-1

If for some reason you don’t want to change the styling of the page, you can also fix this by adding font-weight: bold to your @font-face calls, so that Bungee loads as Bold instead of Regular.

Hope that helps!

from bungee.

sneakinhysteria avatar sneakinhysteria commented on August 24, 2024

from bungee.

sneakinhysteria avatar sneakinhysteria commented on August 24, 2024

from bungee.

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.