Hi Jun, > How can I globally change the font size of figured bass?
Well… BassFigure supports font-interface (cf. https://lilypond.org/doc/v2.25/Documentation/internals/bassfigure), so how about \override BassFigure.font-size = #4 [or whatever]? Hope that helps, Kieren.