Read the statement by Michael Teeuw here.
Help with font size please.
-
Ah! Ok - sorry for a whole thread… I fixed my own problem by modifying the main.css file instead. :)
-
So which aspects did you change? I plan on doing a monitor at the top of a full-body length mirror.
I want the text to be smaller than it currently is. Which values should I change?
-
:) I changed the main.css file. I can tell you what I did to make the font way bigger…
I changed font size (currently says 2em)
and line-height (currently 1.5em)and then under the .xsmall .small, etc I upped each value by 5
If you want to go smaller - then try making each of those values smaller…
-
Were you able to remove the gaps along the border?
I disabled overscan so it fits to the entire screen, but I still seem to have margins along the side and cannot figure out where to change that. I’ve modified (what I thought) was the proper values but it doesn’t seem to resolve it.
-
@ALombardi custom.css
body { margin: 0px; width: 100%; height: 100%; }
-
This post is deleted!