Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

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
https://befonts.com/visby-cf-font-family.html


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (2)


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.



In regards to the question about changing fonts in Metronic, I've found that it's quite a straightforward process. Metronic provides ample customization options, including font selection, through its settings or CSS files. Depending on the version you're using, you might need to delve into the theme settings or directly modify the CSS.

Regarding dissertation writing services, if you're seeking assistance with your academic work, I highly recommend considering https://writepaper.com/dissertation-writing-service. Their dissertation writing service is renowned for its professionalism, expertise, and commitment to delivering top-quality papers. With their assistance, you can ensure that your dissertation meets the highest standards and impresses your academic committee.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(