Skip to content

Set to different font #46

@ahuk

Description

@ahuk
  font:
    name: "Open Sans"
    sizes: [400,600]

Changing the font name to something like "Nunito" does not change the font in the built version. Inspect still shows Open Sans.

The head part <link href="https://fonts.googleapis.com/css?family=Nunito:400,600" rel="stylesheet"> does change.

But this part does not

/* ==========================================================================
Section Styles
========================================================================== */
.section.section-light-grey {
  background-color: #EFF4F7; }

.section.section-feature-grey {
  background-color: #fbfbfb; }

.section.section-secondary {
  background-color: #F39200; }

.section.section-half {
  height: 75vh !important; }

.section .title, .section .subtitle {
  font-family: 'Open Sans', sans-serif; }

.section .subtitle.is-muted {
  color: #999; }

.title-wrapper {
  max-width: 500px;
  margin: 0 auto; }
  .title-wrapper .title, .title-wrapper .subtitle {
    font-family: 'Open Sans', sans-serif; }
  .title-wrapper .subtitle.is-muted {
    color: #999; }

…

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions