Skip to content

Use Any Google Font

Benjamin Kott edited this page Jan 28, 2020 · 1 revision

constants.typoscript

page {
    theme {
        googleFont {
            font = Buda
            weight = 300,400,700
        }
    }
}
plugin.bootstrap_package {
    settings {
        scss {
            font-family-base = "#{$google-webfont}", sans-serif
            headings-font-family = "#{$google-webfont}", sans-serif
        }
    }
}