GithubHelp home page GithubHelp logo

hubot-sans's Introduction

Hubot Sans

Download Hubot SansTypeface microsite ↗️

Hubot Sans is Mona Sans’s robotic sidekick. The typeface is designed with more geometric accents to lend a technical and idiosyncratic feel—perfect for headers and pull-quotes. Made together with Degarism.

Hubot Sans is a variable font. Variable fonts enable different variations of a typeface to be incorporated into one single file, and are supported by all major browsers.

hubot-sans

Usage

For web, we recommend using Hubot-Sans.woff2. Define the font with a @font-face rule, set its weight and stretch ranges, and use it:

@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%;
}
html {
  font-family: 'Hubot Sans';
}

To reduce CLS, you can preload the font in the head of your document:

<link rel="preload" href="Hubot-Sans.woff2" as="font" type="font/woff2" crossorigin>

Styles

Style Name Italic Name Weight Width
ExtraLight Narrow ExtraLight Narrow Italic 200 75
Light Narrow Light Narrow Italic 300 75
Regular Narrow Regular Narrow Italic 400 75
Medium Narrow Medium Narrow Italic 500 75
SemiBold Narrow SemiBold Narrow Italic 600 75
Bold Narrow Bold Narrow Italic 700 75
ExtraBold Narrow ExtraBold Narrow Italic 800 75
Black Narrow Black Narrow Italic 900 75
ExtraLight ExtraLight Italic 200 100
Light Light Italic 300 100
Regular Regular Italic 400 100
Medium Medium Italic 500 100
SemiBold SemiBold Italic 600 100
Bold Bold Italic 700 100
ExtraBold ExtraBold Italic 800 100
Black Black Italic 900 100
ExtraLight Wide ExtraLight Wide Italic 200 125
Light Wide Light Wide Italic 300 125
Regular Wide Regular Wide Italic 400 125
Medium Wide Medium Wide Italic 500 125
SemiBold Wide SemiBold Wide Italic 600 125
Bold Wide Bold Wide Italic 700 125
ExtraBold Wide ExtraBold Wide Italic 800 125
Black Wide Black Wide Italic 900 125

License

Hubot Sans is licensed under the SIL Open Font License v1.1.

hubot-sans's People

Contributors

grantbirki avatar rosawagner avatar tobiasahlin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hubot-sans's Issues

Period shifts in height between Roman and Italic

In the master Black Wide Italic, the period is smaller than in the Black Wide master. This does not appear to be a design choice, as a height difference is not present in any other Roman/Italic master pairs.

image

I.ss01 diacritics are wrong

The base glyph used in the .ss01 variants of the I are wrong, as it points to the I.ss04 instead of the I:

image

Superior figures are not superior

Somehow, the superior figures are the same as the inferior ones. Note: The inferior figures are sitting on the baseline, which is... odd, to say the least.

image

Please do not use the " - " symbol in font names.

Do not use the " - " symbol in the font name. When using the variable version in Figma from different operating systems, more specifically Windows 11 and MacOS, the font names are not displayed correctly, and therefore do not work on one of the operating systems.
When installing the variable version on MacOS, the system removes the " - " character. Because of this, the error "Missing fonts" occurs in the Figma project on Windows
screen1
screen2

Drawing: Make proper extremes

There are numerous issues concerning drawing quality. Most notably: the vertical/horizontal extremes are not always correctly placed (in both Roman and Italic masters). Example:

image

These issues can be found witht the mekkablue script Path Problem Finder.

For Newbies

I would recommend a description be included in the installation files

Slashed zero error?

After installation, I found that the display style of "0" is different from the preview image on the website
This "0" is Slashed zero

截屏2022-11-10 17 24 20
截屏2022-11-10 17 24 33

Missing stylistic set variants

The following stylistic set glyphs are missing:

ss01 (round dots):

Idieresis.ss01.ss04
Idotaccent.ss01.ss04
Idotbelow.ss01.ss04
Uhorndotbelow.ss01
idotaccent.ss01
udotbelow.ss01
zdotaccent.ss01
idotbelow.dotless.ss01

ss03 (alternate r):

racute.ss03
rcaron.ss03
rcommaaccent.ss03

ss04 (serifless I):

Ibreve.ss04

§ Missing

Hi, im missing the paragraph glyph: §

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.