website: update for v4 release
This commit is contained in:
parent
9d61f04905
commit
8eae4bfbeb
10 changed files with 609 additions and 164 deletions
92
docs/_data/faq.yml
Normal file
92
docs/_data/faq.yml
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
|
||||
- id: faq-using-features
|
||||
q: "How do I enable and disable font features?"
|
||||
a: |
|
||||
In web browsers you can use
|
||||
[<q>font-feature-settings</q>](https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings).
|
||||
In Figma you can access features via the
|
||||
[Advanced Type panel](https://help.figma.com/article/250-working-with-fonts#opentype).
|
||||
In Illustrator, Photoshop and friends, you can access features via the
|
||||
[Characters and OpenType panels](https://helpx.adobe.com/illustrator/using/special-characters.html#opentype_panel_overview).
|
||||
Sketch doesn't provide a UI for configuring font features, but there's
|
||||
[a workaround using macOS's native font UI](https://sketchtalk.io/discussion/comment/1478/#Comment_1478).
|
||||
|
||||
- id: faq-cdn
|
||||
q: "How reliable are the fonts served from rsms.me/inter?"
|
||||
a: |
|
||||
<q>https://rsms.me/inter/inter.css</q> and the Inter font
|
||||
files are distributed globally over CloudFlare's CDN.
|
||||
This is very reliable and fast by automatically serving the fonts
|
||||
from a server near your users, minimizing the latency of your web pages.
|
||||
|
||||
- id: faq-subset
|
||||
q: "How do I subset the font files?"
|
||||
a: |
|
||||
Have a look at [pyftsubset](https://fonttools.readthedocs.io/en/latest/subset/)
|
||||
|
||||
- id: faq-otfeat-customize-compile
|
||||
q: "Can I change what OpenType features are enabled by default?"
|
||||
a: |
|
||||
Have a look at [OpenType Feature Freezer](https://twardoch.github.io/fonttools-opentype-feature-freezer/).
|
||||
It allows you to customize fonts with certain
|
||||
OpenType features "on by default."
|
||||
|
||||
- id: faq-contribute
|
||||
q: "Can I help with improving Inter?"
|
||||
a: |
|
||||
Yes you can! Inter 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](https://github.com/rsms/inter) 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](https://github.com/rsms/inter/blob/master/CONTRIBUTING.md) is a great place to start.
|
||||
This document outlines where you can have the biggest impact,
|
||||
how things are setup and how to get started.
|
||||
|
||||
- id: faq-inuse
|
||||
q: "I've made a cool thing that uses Inter"
|
||||
a: |
|
||||
[Share what you've made in "Show and Tell"](https://github.com/rsms/inter/discussions/categories/show-and-tell)
|
||||
|
||||
- id: faq-bug
|
||||
q: "Where can I report technical problems with Inter?"
|
||||
a: |
|
||||
Please [submit a bug report on GitHub](https://github.com/rsms/inter/issues/new?template=bug_report.md)
|
||||
|
||||
- id: faq-contact
|
||||
q: "I have a question, where can I get help?"
|
||||
a: |
|
||||
Start by searching [issues](https://github.com/rsms/inter/issues?q=%22YOUR+ISSUE%22) & [discussions](https://github.com/rsms/inter/discussions?discussions_q=%22YOUR+ISSUE%22) for an answer.
|
||||
If that didn't help, ask your question in
|
||||
[the "Q&A" forum](https://github.com/rsms/inter/discussions/categories/q-a).
|
||||
|
||||
- id: faq-start-date
|
||||
q: "This website claims work started in 2016, but the git repository's log says it started later?"
|
||||
a: |
|
||||
Inter was developed in 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
|
||||
<span class=num>2,990,150</span> line edits made across 247 versions.
|
||||
|
||||
- id: faq-old-website
|
||||
q: "I miss something from the old website"
|
||||
a: |
|
||||
Have a pleasant surf on
|
||||
[a snapshot of the old version 3 website](https://d.rsms.me/inter-website/v3/)
|
||||
|
||||
|
||||
- id: faq-technical-details
|
||||
q: "What are the technical details of Inter?"
|
||||
a: |
|
||||
UPM: 2048<br>
|
||||
Variable axis <q>opsz</q> [14–28]<br>
|
||||
Variable axis <q>wght</q> [100–900]<br>
|
||||
Constant axis <q>ital</q> [0, 9.4°]<br>
|
||||
Style classification: Sans-serif, Grotesk<br>
|
||||
x-height, opsz=14: 1118 UPM<br>
|
||||
x-height, opsz=28: 1056 UPM<br>
|
||||
Cap height: 1490 UPM<br>
|
||||
Ascender: 1984 UPM<br>
|
||||
Descender: -494 UPM<br>
|
||||
Vendor ID: [RSMS](https://learn.microsoft.com/en-us/typography/vendors/#r)
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
[
|
||||
{
|
||||
"CFF ": "[present but not decoded]",
|
||||
"GDEF": "[present but not decoded]",
|
||||
"GPOS": "[present but not decoded]",
|
||||
"GSUB": "[present but not decoded]",
|
||||
|
|
@ -56,7 +55,7 @@
|
|||
"usWinAscent": 1984,
|
||||
"usWinDescent": 494,
|
||||
"version": 4,
|
||||
"xAvgCharWidth": 1338,
|
||||
"xAvgCharWidth": 1314,
|
||||
"yStrikeoutPosition": 671,
|
||||
"yStrikeoutSize": 140,
|
||||
"ySubscriptXOffset": 0,
|
||||
|
|
@ -69,29 +68,31 @@
|
|||
"ySuperscriptYSize": 1229
|
||||
},
|
||||
"cmap": "[present but not decoded]",
|
||||
"glyf": "[present but not decoded]",
|
||||
"head": {
|
||||
"checkSumAdjustment": 2400022008,
|
||||
"created": 3776266544,
|
||||
"checkSumAdjustment": 267815186,
|
||||
"created": 3783173853,
|
||||
"flags": [
|
||||
"0: Baseline at y=0",
|
||||
"1: Left sidebearing point at x=0"
|
||||
"1: Left sidebearing point at x=0",
|
||||
"11: Losslessly optimized"
|
||||
],
|
||||
"flags_raw": 3,
|
||||
"flags_raw": 2051,
|
||||
"fontDirectionHint": 2,
|
||||
"fontRevision": 4.0,
|
||||
"glyphDataFormat": 0,
|
||||
"indexToLocFormat": 0,
|
||||
"indexToLocFormat": 1,
|
||||
"lowestRecPPEM": 3,
|
||||
"macStyle": [],
|
||||
"macStyle_raw": 0,
|
||||
"magicNumber": 1594834165,
|
||||
"modified": 3776266567,
|
||||
"modified": 3783173867,
|
||||
"tableVersion": 1.0,
|
||||
"unitsPerEm": 2048,
|
||||
"xMax": 5290,
|
||||
"xMin": -1513,
|
||||
"yMax": 2269,
|
||||
"yMin": -654
|
||||
"yMin": -660
|
||||
},
|
||||
"hhea": {
|
||||
"advanceWidthMax": 5492,
|
||||
|
|
@ -102,14 +103,15 @@
|
|||
"descent": -494,
|
||||
"lineGap": 0,
|
||||
"metricDataFormat": 0,
|
||||
"minLeftSideBearing": -1512,
|
||||
"minRightSideBearing": -963,
|
||||
"numberOfHMetrics": 2637,
|
||||
"minLeftSideBearing": -1513,
|
||||
"minRightSideBearing": -2200,
|
||||
"numberOfHMetrics": 2935,
|
||||
"tableVersion": 65536,
|
||||
"xMaxExtent": 5290
|
||||
},
|
||||
"hmtx": "[present but not decoded]",
|
||||
"id": "font-files/Inter-Regular.otf",
|
||||
"id": "font-files/Inter-Regular.woff2",
|
||||
"loca": "[present but not decoded]",
|
||||
"maxp": "[present but not decoded]",
|
||||
"name": "[present but not decoded]",
|
||||
"names": {
|
||||
|
|
@ -124,29 +126,33 @@
|
|||
"#257": "Disambiguation",
|
||||
"#258": "Round quotes & commas",
|
||||
"#259": "Disambiguation (no slashed zero)",
|
||||
"#260": "Alternate one",
|
||||
"#261": "Open four",
|
||||
"#262": "Open six",
|
||||
"#263": "Open nine",
|
||||
"#264": "Lower-case L with tail",
|
||||
"#265": "Simplified u",
|
||||
"#266": "Alternate German double s",
|
||||
"#267": "Upper-case i with serif",
|
||||
"#268": "Flat-top three",
|
||||
"#269": "Capital G with spur",
|
||||
"#270": "Single-story a",
|
||||
"#271": "Compact f",
|
||||
"#272": "Compact t",
|
||||
"#3 fontId": "4.000;git-4b01ef878;RSMS;Inter-Regular",
|
||||
"#260": "Characters in circles",
|
||||
"#261": "Characters in squares",
|
||||
"#262": "Square punctuation",
|
||||
"#263": "Square quotes",
|
||||
"#264": "Alternate one",
|
||||
"#265": "Open four",
|
||||
"#266": "Open six",
|
||||
"#267": "Open nine",
|
||||
"#268": "Lower-case L with tail",
|
||||
"#269": "Simplified u",
|
||||
"#270": "Alternate German double s",
|
||||
"#271": "Upper-case i with serif",
|
||||
"#272": "Flat-top three",
|
||||
"#273": "Capital G with spur",
|
||||
"#274": "Single-story a",
|
||||
"#275": "Compact f",
|
||||
"#276": "Compact t",
|
||||
"#3 fontId": "4.000;git-bd621042f;RSMS;Inter-Regular",
|
||||
"#4 fullName": "Inter Regular",
|
||||
"#5 version": "Version 4.000;git-4b01ef878",
|
||||
"#5 version": "Version 4.000;git-bd621042f",
|
||||
"#6 postscriptName": "Inter-Regular",
|
||||
"#7 trademark": "Inter UI and Inter is a trademark of rsms.",
|
||||
"#8 manufacturerName": "rsms",
|
||||
"#9 designer": "Rasmus Andersson"
|
||||
},
|
||||
"post": {
|
||||
"formatType": 3.0,
|
||||
"formatType": 2.0,
|
||||
"isFixedPitch": 0,
|
||||
"italicAngle": 0.0,
|
||||
"maxMemType1": 0,
|
||||
|
|
|
|||
Reference in a new issue