Yes. CKEditor 5 allows you to use custom fonts by loading the font files (such as .ttf or .woff) into your project and configuring the fontFamily feature in your CKEditor 5 build. This process involves adding the font files as resources, creating a CSS file to import them, and referencing that CSS file in your editor configuration.
For more guidance, refer to the font family, size, and color documentation.