From 4fdb4c927e5cfd5bed84e2355bc890337ec34aa5 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Mon, 18 Sep 2017 15:58:34 -0700 Subject: Rename family from "Interface" to "Inter UI" --- docs/README.md | 2 +- docs/glyphs/index.html | 26 +++++++-------- docs/index.css | 2 +- docs/index.html | 87 ++++++++++++++++++++------------------------------ docs/inter-ui.css | 59 ++++++++++++++++++++++++++++++++++ docs/interface.css | 59 ---------------------------------- docs/lab/index.html | 76 +++++++++++++++++++++---------------------- 7 files changed, 146 insertions(+), 165 deletions(-) create mode 100644 docs/inter-ui.css delete mode 100644 docs/interface.css (limited to 'docs') diff --git a/docs/README.md b/docs/README.md index 916fe231f..193ed97ee 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1 +1 @@ -This directory is published as a website by Github at [https://rsms.me/interface](https://rsms.me/interface/) +This directory is published as a website by Github at [https://rsms.me/inter](https://rsms.me/inter/) diff --git a/docs/glyphs/index.html b/docs/glyphs/index.html index dd140fc81..b46312133 100644 --- a/docs/glyphs/index.html +++ b/docs/glyphs/index.html @@ -2,32 +2,32 @@ - Repertoire – Interface font family + Repertoire – Inter UI font family - - - - - + + + + + - - + + - + - + @@ -3168,10 +3168,10 @@
-

The Interface font family

-

Interface glyphs

+

The Inter UI font family

+

Inter UI glyphs

- This shows the complete set of glyphs in Interface Regular. + This shows the complete set of glyphs in Inter UI Regular. You can zoom in and out by pressing + and on your keyboard. diff --git a/docs/index.css b/docs/index.css index 438eeebd0..b131f75fd 100644 --- a/docs/index.css +++ b/docs/index.css @@ -3,7 +3,7 @@ html { } body { background-color: #f4f4f4; color: #414141; - font: 16px/22px Interface, sans-serif; + font: 16px/22px 'Inter UI', sans-serif; letter-spacing: -0.1px; font-weight: 400; padding-bottom: 30px; diff --git a/docs/index.html b/docs/index.html index 764f68c9d..8a031dca0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,24 +2,22 @@ - Interface font family + Inter UI font family - - - - - - + + + + + - - - + + - + @@ -27,17 +25,17 @@ - +

-

The Interface font family

+

The Inter UI font family

- Interface is a font for highly legible text on computer screens.
- Download the latest release + Inter UI is a font for highly legible text on computer screens.
+ Download the latest release or try it out in the playground

@@ -45,14 +43,14 @@

Sample

- +

How much does it cost?

- Interface is a free and open source font family. You are free to use this font in almost any way imaginable. + Inter UI is a free and open source font family. You are free to use this font in almost any way imaginable. Refer to the SIL Open Font License 1.1 for exact details on what the conditions and restrictions are.

@@ -61,16 +59,16 @@

How do I use it?

Using the font is as easy as - download & installing locally on your computer. + download & installing locally on your computer.

- You're free to bundle copies of Interface with your software, even if it's - commercial and you charge money for your software. Interface can also be used + You're free to bundle copies of Inter UI with your software, even if it's + commercial and you charge money for your software. Inter UI can also be used on the web by either hosting the font files yourself or by including this CSS:

- @import url('https://rsms.me/interface/interface.css'); -

Use the following CSS rules to specify the Interface family:

- font-family: Interface, sans-serif; + @import url('https://rsms.me/inter/inter-ui.css'); +

Use the following CSS rules to specify the Inter UI family:

+ font-family: 'Inter UI', sans-serif;
@@ -172,16 +170,16 @@
-

The story behind Interface

+

The story behind Inter UI

- Interface started out in late 2016 as an experiment to build a perfectly + Inter UI started out in late 2016 as an experiment to build a perfectly pixel-fitting font at a specific small size (11px.) The idea was that by crafting a font in a particular way, with a particular coordinate system (Units Per EM), and for a particular target rasterization size (11), it would be possible to get the best of both sharpness and readability.

- However after a few months of using an early version of Interface, it dawned + However after a few months of using an early version of Inter UI, it dawned on everyone exposed to the test that this approach had some serious real-world problems. Most notably that it was really hard to read longer text. Because of the pixel-aligning nature of that approach, the font took an almost @@ -193,17 +191,17 @@ The project was rebooted with a different approach, sticking with the specific UPM, but crafting glyphs and kerning in a way that made for more variation in the rhythm and smoother vertical and horizontal stems. - As Interface was being developed, it was tested on an internal version of - Figma—where the author of Interface works as a designer—and slowly improved upon based on experience and feedback. + As Inter UI was being developed, it was tested on an internal version of + Figma—where the author of Inter UI works as a designer—and slowly improved upon based on experience and feedback.

 

Current status & usability

- Interface works great for English-language text, and pretty well for other + Inter UI works great for English-language text, and pretty well for other Latin and Cyrillic languages. There's still a lot of work to be done, and - contributions are warmly welcomed. The playground contains a lot of samples, including some common non English-language words in the playground. + contributions are warmly welcomed. The playground contains a lot of samples, including some common non English-language words in the playground.

@@ -226,34 +224,17 @@ source directory. -

  • - There's another font family with a similar name (InterFace). - How do I make sure I'm talking about the right font? -
  • -
  • - The world is a small place and just like all the - Eric Ericksons, - name alone sometimes does not suffice for unambiguous identity. - The best way to be clear about what font you are talking about is to - use the URL of this page (rsms.me/interface) when telling - people about it. - Design tools and other software uses - a set of information embedded into every font for identity, so names are only - important for humans, not computers, and so you need not to worry about - "conflicts." At least not with well-behaved software. -
  • -
  • - Can I help with improving Interface? + Can I help with improving Inter UI?
  • - Yes you can! Interface is an open-source project, meaning the source + Yes you can! Inter UI is an open-source project, meaning the source code—or "source design" if you will—that is used to build the font files - are freely available to improve upon. + are freely available to improve upon. Font making requires a fair bit of technical work and depending on what you'd like to do, some things might be more fun depending on your technical skills. - The "Contributing" document is a great place to start. The document outlines where + The "Contributing" document is a great place to start. The document outlines where you can have the biggest impact, how things are setup and how to get started.
  • @@ -262,7 +243,7 @@ This website claims work started in 2016, but the git repository's log says it started later?
  • - Interface was developed in an a private, internal git repository + Inter UI was developed in an a private, internal git repository starting in November 2016, prior to being published on August 22, 2017. Between November 2016 and August 2017, there were 2 990 150 line edits made across 247 versions. @@ -290,7 +271,7 @@
  • - I've made a cool thing that uses Interface, can I share it with you? + I've made a cool thing that uses Inter UI, can I share it with you?  or
  • diff --git a/docs/inter-ui.css b/docs/inter-ui.css new file mode 100644 index 000000000..3a5ee56ac --- /dev/null +++ b/docs/inter-ui.css @@ -0,0 +1,59 @@ +@font-face { + font-family: 'Inter UI'; + font-style: normal; + font-weight: 400; + src: url("font-files/Inter-UI-Regular.woff2?v=1.8") format("woff2"), + url("font-files/Inter-UI-Regular.woff?v=1.8") format("woff"); +} +@font-face { + font-family: 'Inter UI'; + font-style: italic; + font-weight: 400; + src: url("font-files/Inter-UI-RegularItalic.woff2?v=1.8") format("woff2"), + url("font-files/Inter-UI-RegularItalic.woff?v=1.8") format("woff"); +} + +@font-face { + font-family: 'Inter UI'; + font-style: normal; + font-weight: 500; + src: url("font-files/Inter-UI-Medium.woff2?v=1.8") format("woff2"), + url("font-files/Inter-UI-Medium.woff?v=1.8") format("woff"); +} +@font-face { + font-family: 'Inter UI'; + font-style: italic; + font-weight: 500; + src: url("font-files/Inter-UI-MediumItalic.woff2?v=1.8") format("woff2"), + url("font-files/Inter-UI-MediumItalic.woff?v=1.8") format("woff"); +} + +@font-face { + font-family: 'Inter UI'; + font-style: normal; + font-weight: 700; + src: url("font-files/Inter-UI-Bold.woff2?v=1.8") format("woff2"), + url("font-files/Inter-UI-Bold.woff?v=1.8") format("woff"); +} +@font-face { + font-family: 'Inter UI'; + font-style: italic; + font-weight: 700; + src: url("font-files/Inter-UI-BoldItalic.woff2?v=1.8") format("woff2"), + url("font-files/Inter-UI-BoldItalic.woff?v=1.8") format("woff"); +} + +@font-face { + font-family: 'Inter UI'; + font-style: normal; + font-weight: 900; + src: url("font-files/Inter-UI-Black.woff2?v=1.8") format("woff2"), + url("font-files/Inter-UI-Black.woff?v=1.8") format("woff"); +} +@font-face { + font-family: 'Inter UI'; + font-style: italic; + font-weight: 900; + src: url("font-files/Inter-UI-BlackItalic.woff2?v=1.8") format("woff2"), + url("font-files/Inter-UI-BlackItalic.woff?v=1.8") format("woff"); +} diff --git a/docs/interface.css b/docs/interface.css deleted file mode 100644 index 19abb61d0..000000000 --- a/docs/interface.css +++ /dev/null @@ -1,59 +0,0 @@ -@font-face { - font-family: 'Interface'; - font-style: normal; - font-weight: 400; - src: url("font-files/Interface-Regular.woff2?v=1.8") format("woff2"), - url("font-files/Interface-Regular.woff?v=1.8") format("woff"); -} -@font-face { - font-family: 'Interface'; - font-style: italic; - font-weight: 400; - src: url("font-files/Interface-RegularItalic.woff2?v=1.8") format("woff2"), - url("font-files/Interface-RegularItalic.woff?v=1.8") format("woff"); -} - -@font-face { - font-family: 'Interface'; - font-style: normal; - font-weight: 500; - src: url("font-files/Interface-Medium.woff2?v=1.8") format("woff2"), - url("font-files/Interface-Medium.woff?v=1.8") format("woff"); -} -@font-face { - font-family: 'Interface'; - font-style: italic; - font-weight: 500; - src: url("font-files/Interface-MediumItalic.woff2?v=1.8") format("woff2"), - url("font-files/Interface-MediumItalic.woff?v=1.8") format("woff"); -} - -@font-face { - font-family: 'Interface'; - font-style: normal; - font-weight: 700; - src: url("font-files/Interface-Bold.woff2?v=1.8") format("woff2"), - url("font-files/Interface-Bold.woff?v=1.8") format("woff"); -} -@font-face { - font-family: 'Interface'; - font-style: italic; - font-weight: 700; - src: url("font-files/Interface-BoldItalic.woff2?v=1.8") format("woff2"), - url("font-files/Interface-BoldItalic.woff?v=1.8") format("woff"); -} - -@font-face { - font-family: 'Interface'; - font-style: normal; - font-weight: 900; - src: url("font-files/Interface-Black.woff2?v=1.8") format("woff2"), - url("font-files/Interface-Black.woff?v=1.8") format("woff"); -} -@font-face { - font-family: 'Interface'; - font-style: italic; - font-weight: 900; - src: url("font-files/Interface-BlackItalic.woff2?v=1.8") format("woff2"), - url("font-files/Interface-BlackItalic.woff?v=1.8") format("woff"); -} diff --git a/docs/lab/index.html b/docs/lab/index.html index 4602bf9af..e9b325d92 100644 --- a/docs/lab/index.html +++ b/docs/lab/index.html @@ -3,7 +3,7 @@ - + -
    +