I'm working on looking at how to change everything as easily as possible for annotations but to change the text size and symbol for now...
This is from a text file I am using so I might have edited the default CSS values accidently but it should help.
Here is an example to edit the space tag and text sizes:
In the default CSS the text looks like this:
text, tspan { / 2.5mm / fill: black; stroke: none; font-family: 'OpenGost Type B TT', 'DejaVu Sans Condensed', 'Liberation Sans', 'Arial Narrow', 'Arial'; font-size: 4.13px; }
...................... and this:
text.title, tspan.title { / 7mm / font-size: 11.55px; }
text.header, tspan.header { / 5mm / font-size: 8.25px; }
text.large, tspan.large { / 3.5mm / font-size: 5.78px; }
text.regular, tspan.regular { / 2.5mm / font-size: 4.13px; }
text.small, tspan.small { / 1.8mm / font-size: 2.97px; }
text.GRID, tspan.GRID { / 5mm / font-size: 8.25px; }
I adjusted these to these :
text, tspan { / 1mm / fill: red; stroke: none; font-family: 'OpenGost Type B TT', 'DejaVu Sans Condensed', 'Liberation Sans', 'Arial Narrow', 'Arial'; font-size: 2px; } ...............(this size will overwrite the 'regular' text size so make sure they match)
.........................
text.title, tspan.title { / 7mm / fill: red; font-size: 11.55px; }
text.header, tspan.header { / 5mm / fill: red; font-size: 8.25px; }
text.large, tspan.large { / 3.5mm / fill: red; font-size: 2.5px; }
text.regular, tspan.regular { / 1mm / fill: red; font-size: 2px; }
text.small, tspan.small { / 1.8mm / fill: red; font-size: 1.5px; }
text.GRID, tspan.GRID { / 5mm / font-size: 8.25px; }
Then in the symbols file it looks like this by default:

I adjusted it to look like this (you can see values were added where it needed additional detail):

Here is the default space tag:

Here is the modified space tag (ignore the concrete that's a separate material tag):
