Font Family

To change the Font in the theme change value in "/Berry/Views/Shared/_config.cshtml".

TempData["FontName"] = "Roboto";
// set value from 'Roboto', 'Poppins', 'Inter'

Last updated