This repository has been archived by the owner on Mar 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
How to make font size bigger #24
Comments
I'm very sorry that I've not noticed this issue opened until now... sorry... |
Now default size is defined as .diagram {
font-size: 10pt;
} To change the font size, you can write .diagram.sequence-diagram {
font-size: 14pt;
} Maybe you already did as same as above. As you can see, if you change the font size, you may need to modify spacing and size of other elements for the looks. Mh... sorry, for now there is no smart way for increasing font-size. |
I did not work on this for a couple of weeks, but i remember the code refers to these numbers when it comes to spacing/sizing etc. Some of the padding and sizing should be more dynamic and adaptable to a font size "setting". When the font size goes to 18+ (24+) etc the boxes etc don't work (if i remember correct) |
Fixed at 5643e4f |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
What would be the easiest way (and maintainable) to increase the font size. I am currently looking if i can use this inside reveal.js.
I will need to use it for projected presentations, so a font size of 14 or 18 would be great. What would be the best way forward (i already saw you are not using scss).
I am fiddling around with my own CSS, but that solution feels to brittle (plus i am having problems with spacing etc)
Thanks.,
.
The text was updated successfully, but these errors were encountered: