-
Notifications
You must be signed in to change notification settings - Fork 39
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
Comments
@Ogunthomas what specifically would you like to be described in more detail? 👀 |
Before I start a new ticket with another stupid question: The README says:
I am missing where that file might be located or how it should build. There is a file called |
@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 |
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. |
I think this can be added to Readme and issue can be closed. |
I would recommend a description be included in the installation files
The text was updated successfully, but these errors were encountered: