Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

How to make font size bigger #24

Closed
rparree opened this issue Jul 24, 2013 · 4 comments
Closed

How to make font size bigger #24

rparree opened this issue Jul 24, 2013 · 4 comments

Comments

@rparree
Copy link

rparree commented Jul 24, 2013

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.,
.

@tmtk75
Copy link
Owner

tmtk75 commented Sep 17, 2013

I'm very sorry that I've not noticed this issue opened until now... sorry...
I'll check your question right now.

@tmtk75
Copy link
Owner

tmtk75 commented Sep 17, 2013

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.

This is an example.
styling-arrow html

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.

@rparree
Copy link
Author

rparree commented Sep 17, 2013

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)

tmtk75 added a commit that referenced this issue Jan 21, 2015
@tmtk75
Copy link
Owner

tmtk75 commented Jan 21, 2015

Fixed at 5643e4f

@tmtk75 tmtk75 closed this as completed Jan 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants