Our pure JavaScript Scheduler component


Post by why »

Hi,
on the scheduler, can we change the roboto fonts to another one such as arial? and how?

Post by pmiklashevich »

Only Material theme uses Roboto font for widgets (build/scheduler.material.css). You can pick out another theme, or just use another font-family to override this CSS rule in Material theme, for example:
.b-widget {
	font-family: Arial, sans-serif;
}

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply