From 53d4d039bbf1506a776c3a879dede511056b97bf Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:17:58 +0300 Subject: [PATCH] docs(common): Show to how override the font size variable --- styling-and-themes/custom-theme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styling-and-themes/custom-theme.md b/styling-and-themes/custom-theme.md index a3517eede..54f54c902 100644 --- a/styling-and-themes/custom-theme.md +++ b/styling-and-themes/custom-theme.md @@ -68,6 +68,8 @@ The example below shows how to customize some of the theme variables. --kendo-color-on-primary: #fee; --kendo-border-radius-md: 1rem; + + --kendo-font-size: 18px; } }