For FG3.7 I was annoyed by the font size in index and fg being larger than default. To read Proteopedia, I have to up the font size. But then it is huge in FG@ppda. There is no happy median. Therefore I wanted to reduce the fontsize in index and fg to "100%". ---------------------------------------------------- CONCLUSION index.htm was using 120% (and no css files). I reduced it to 110%. Not 100% because is uses a lot. fg.htm was using default font size 100%. I considered reducing it to 85%, almost as small as the 75% default (Cmd-0) in Proteopedia. But then when you do Cmd+ to enlarge, the graphics enlarge also. This is ugly! So in the end, I left it alone at 100% (newly explicit in fg.css). ---------------------------------------------------- Research: I made stripped down fgfont.htm and more stripped down fgfont2.htm to verify "100%". In order to make the font in fgfont2.htm as small as the default in Proteopedia (using my User page), I had to make font-size 75%. I added a body font-size to fg.css, and set it to 85%. (Then returned it to 100%, see above.) This controls all default fonts in fg.htm. More research details follow below. ---------------------------------------------------- INDEX.HTM No files.css here. Easy. , , ?.css seeming to control the overall size. For the style of controlsDiv in fg.htm, adding font-size:100% had no effect, but values other than 100% DID change the controlsDiv font size. So, 100% OF WHAT? fg.css has nothing relevant. tabs.css is complicated but surely affects only the controlsDiv tabs. initialize() seems irrelevant.