Our pure JavaScript Scheduler component


Post by bodya1095 »

I get strange font instead of icon using Bryntum Scheduler eventRenderer.
You can see this strange font and how i add an icon on the screenshots bellow.
Could you say what caused a problem?

Attachments
How I add an icon.
How I add an icon.
icon2021-06-17 115152.png (22.48 KiB) Viewed 318 times
Strange font
Strange font
image_2021_06_16T08_44_04_497Z.png (18.03 KiB) Viewed 318 times

Post by mats »

Not sure but try add a space before your CSS classes?

" b-fa ..."

Post by bodya1095 »

Doesn't work. I still get strange font.


Post by saki »

Please make sure that you include a css file as described here: https://bryntum.com/docs/scheduler/#Scheduler/guides/integration/react.md#using-bryntum-scheduler-themes

Without the proper CSS the class "b-fa" is not understood as one that is supposed to use Font Awesome so it only shows the character in the default font.

Consult please also sources of our React examples: https://bryntum.com/examples/scheduler/


Post Reply