Question about change of Fonts in metronic
Hi Faizl,
Can you guide me how can i change the fonts in Metronic ? I like one font family which i want to use for my project but not sure how this to integrate in metronic.
Let say this one
Replies (1)
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Hi Ali
To change the font , you can edit the _variables.scss file located at _keenthemes/src/sass/components/. Find the $font-family-sans-serif variable and update it as follows:
$font-family-sans-serif: "Visby CF", Inter, Helvetica, "sans-serif" !default; Make sure to replace "Visby CF" with the appropriate font name if it differs. After saving the changes, rebuild your assets using the Gulp command to apply the font changes.
This will compile your SCSS files and update the CSS output with the new font.