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

For Newbies #7

Open
Ogunthomas opened this issue Dec 5, 2022 · 4 comments
Open

For Newbies #7

Ogunthomas opened this issue Dec 5, 2022 · 4 comments

Comments

@Ogunthomas
Copy link

I would recommend a description be included in the installation files

@tobiasahlin
Copy link
Collaborator

@Ogunthomas what specifically would you like to be described in more detail? 👀

@frank-laemmer
Copy link

frank-laemmer commented Sep 29, 2023

Before I start a new ticket with another stupid question: The README says:

For web, we recommend using Hubot-Sans.woff2

I am missing where that file might be located or how it should build. There is a file called HubotSans[slnt,wdth,wght].woff2 in webfonts.

@tobiasahlin
Copy link
Collaborator

@frank-laemmer that's a great question! The readme assumes (without stating it, so that's my fault), that the reader is referencing the latest release - in that zip, there's a Hubot-Sans.woff2 in the root folder for easy access. I'll make that more clear 👀 but that file is indeed the same as the HubotSans[slnt,wdth,wght].woff2 file that you're referencing, so that's the one that we recommend using

@frank-laemmer
Copy link

Yes. I figured so too. So for the records.

This is NOT working:

@font-face {
  font-family: 'Hubot Sans';
  src:
    url('Hubot-Sans.woff2') format('woff2 supports variations'),
    url('Hubot-Sans.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-stretch: 75% 125%;
}

This is working:

@font-face {
  font-family: 'Hubot Sans';
  src:
    url('Hubot-Sans[slnt,wdth,wght].woff2') format('woff2 supports variations'),
    url('Hubot-Sans[slnt,wdth,wght].woff2') format('woff2-variations');
  font-weight: 200 900;
  font-stretch: 75% 125%;
}

for me. I'll suggest to close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants