Giter VIP home page Giter VIP logo

Comments (4)

joseph avatar joseph commented on September 8, 2024

I don't quite understand this. Isn't it whatever styles you have in the component itself? If you have no styles defined in the component, then it's just the user agent stylesheet default values.

from monocle.

elmimmo avatar elmimmo commented on September 8, 2024

I will try to rephrase the issue:

I am trying to set up a base font size for all the book content through a custom CSS file (i.e. not modifying the component per book), so that 100% and 115% values that are hardcoded in the component become a percentage of that base font size, instead of percentages of browser default values for 100%.

Is there any style that Monocle.Styles.content cascades from, to which I can assign a font-size in my custom CSS, so that font-size percentages in Monocle.Styles.content are relative to that parent style instead of the browser's default?

In a normal webpage I would assign a base font-size to body, but since Monocle is importing only the contents of the books below that level I cannot use that one.

from monocle.

joseph avatar joseph commented on September 8, 2024

I'm still not really sure; it sounds a lot more complex than I imagine it. Two suggestions:

 body { font-size: 10px; }

or

 Monocle.Styles.content['font-size'] = '10px';

NB: in Monocle 1.0, these do exactly the same thing. It's just a matter of what's more convenient to you.

The code for this control has substantially altered — I now regard font-sizing as something to normalise, rather than a percentage to uniformly increase every existing size: https://github.com/joseph/Monocle/blob/componentry/src/controls/magnifier.js

I recommend you either use that control (assuming you agree with my standpoint) or write your own.

from monocle.

joseph avatar joseph commented on September 8, 2024

Marking as closed due to inactivity. Re-open if unaddressed.

from monocle.

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.