Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set to different font #46

Open
ahuk opened this issue Mar 7, 2019 · 1 comment · May be fixed by #115
Open

Set to different font #46

ahuk opened this issue Mar 7, 2019 · 1 comment · May be fixed by #115
Labels
bug Something isn't working enhancement New feature or request

Comments

@ahuk
Copy link

ahuk commented Mar 7, 2019

  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; }

…
@nathanbiller
Copy link
Contributor

I've been digging into a lot of the CSS and SASS files lately and see the font hardcoded ALL over the place. Someone could go through and variablize all of those instances, but it will take a fair bit of work to make sure you get everything and it's working as expected.

@rlemaitre rlemaitre linked a pull request May 23, 2020 that will close this issue
@StefMa StefMa added enhancement New feature or request bug Something isn't working labels Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants