Pico Display 2.8" smoother fonts?

Hello,
I Got my Pico Display 2.8" and Raspberry Pi Pico today and the examples work great.
Is there any code that show smoother font working ?
The font examples that are in the GitHub repository all show really blocky fonts.
Thanks

Never mind, i jumped the gun.
I just chose a smoother font:
display.set_font(“sans”)
instead of :
display.set_font(“bitmap8”)