Code Monkey home page Code Monkey logo

Comments (5)

kevquirk avatar kevquirk commented on August 23, 2024 1

I did this so that I don't have to add a long list of elements to make them use the sans font.

Anyway, it was a simple fix to add pre span to the list of items that use the mono font. Just pushed it.

from simple.css.

Pinjasaur avatar Pinjasaur commented on August 23, 2024 1

Ran into this and was going to create an issue but found this one already existed and the pre span override.

Any reason for not just doing a

html {
  font-family: var(--sans-font);
}

so the font declaration is inherited through the cascade? The pre span works for the syntax highlighting scenario but an override pattern e.g., span pre has its downsides.

For context, I was integrating simple.css with highlight.js in a personal project a few days before this issue was created. I overrode it similarly: Pinjasaur/bic-example@257ae04

from simple.css.

andreasKroepelin avatar andreasKroepelin commented on August 23, 2024

Awesome, thanks for the quick fix!
Also thank you for simple.css in general, I happily use it for my personal website :)

from simple.css.

kevquirk avatar kevquirk commented on August 23, 2024

No problem. Thanks for reporting it - glad you're enjoying Simple.css :-)

from simple.css.

kevquirk avatar kevquirk commented on August 23, 2024

@Pinjasaur that's a great point and a more elegant solution for sure. I've just pushed a fix for this. Should be live in 10 minutes or so once the CSS is minified and pushed to the CDN.

from simple.css.

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.