Giter Site home page Giter Site logo

Comments (4)

DirtyF avatar DirtyF commented on August 25, 2024

See https://github.com/forestryio/hugo-theme-novela/blob/master/assets/scss/vars.scss#L12-L14

Copy this file to your project in /assets/scss/vars.scss to override the theme, change the values in your file.

from hugo-theme-novela.

stephenajulu avatar stephenajulu commented on August 25, 2024

body{
/FONTS/
--serif: "Playfair Display", Georgia, Serif;
--sanserif: "Libre Baskerville", "SF Pro Display", "-apple-system", "BlinkMacSystemFont", "San Francisco", "Helvetica Neue", "Helvetica", "Ubuntu", "Roboto", "Noto", "Segoe UI", "Arial", sans-serif;
--monospace: "Operator Mono", Consolas, Menlo, Monaco, source-code-pro, Courier New, monospace;

did as you said but it's still using the previous

from hugo-theme-novela.

DirtyF avatar DirtyF commented on August 25, 2024

This theme only use System fonts by default, If you use Google Web fonts, you also need to import those fonts in the head, e.g:

<style>
 @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Playfair+Display&display=swap');
</style> 

from hugo-theme-novela.

stephenajulu avatar stephenajulu commented on August 25, 2024

thank you

from hugo-theme-novela.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.