Release v2.5

This commit is contained in:
Rasmus Andersson 2018-02-18 00:28:23 -08:00
parent c551b9f66a
commit 360916d1ec
67 changed files with 34493 additions and 33851 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -7,20 +7,34 @@ body {
font-size: 15px;
line-height:1.4;
letter-spacing: 0.009em;
/*letter-spacing: 0.009em;*/
font-weight: 400;
padding-bottom: 30px;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
scroll-behavior: smooth;
font-kerning: normal;
-moz-font-feature-settings: "kern" 1;
-webkit-font-feature-settings: "kern" 1;
font-feature-settings: "kern" 1;
-moz-font-feature-settings:"kern" 1, "liga" 1;
-ms-font-feature-settings:"kern" 1, "liga" 1;
-o-font-feature-settings:"kern" 1, "liga" 1;
-webkit-font-feature-settings:"kern" 1, "liga" 1;
font-feature-settings:"kern" 1, "liga" 1;
}
:target:before {
content:"";
display: block;
height: 20px; /* fixed header height*/
margin: -20px 0 0; /* negative fixed header height */
}
a {
color: inherit;
text-decoration: underline;
text-decoration: underline rgba(0, 0, 0, 0.3);
color: black;
word-break: break-word;
word-wrap: break-word;
}
@ -29,15 +43,18 @@ a.fat {
color: #333;
}
a:hover {
color: rgb(48, 112, 232);
color: rgba(3, 102, 214, 1);
text-decoration: underline rgba(3, 102, 214, 0.6);
}
a.plain, a.fat {
/* !important needed for qualification over @media further down */
background: none !important;
text-shadow: none !important;
background: none;
text-shadow: none;
text-decoration: none;
cursor: pointer;
}
a[href^="#"]:hover {
text-decoration-style: dashed;
}
p {
margin: 20px 0;
@ -83,13 +100,15 @@ num { /* number */
h1, h2, h3 {
font-weight: 500;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1 {
color: #222;
font-size: 55px;
letter-spacing: -0.05em;
line-height: 50px;
text-indent: -2.5px;
letter-spacing: -0.03em;
line-height: 1.1em;
text-indent: -2px;
margin-bottom: 30px;
margin-top: 10px;
font-weight: 700;
@ -104,13 +123,14 @@ h2 {
h2.back {
color:rgba(0,0,0,0.2);
font-size: inherit;
letter-spacing: inherit;
font-weight:400;
margin:0;
margin-top:-1.9em;
}
h2.back a:hover {
color: black;
margin-left:-1.6em;
margin-left:-1.3em;
}
h2.back a:hover::before {
content: "<- ";
@ -121,23 +141,20 @@ h3 {
h1 > a, h2 > a, h3 > a {
color: inherit;
text-decoration: none;
text-decoration: none !important;
text-shadow: none;
background: none !important;
}
.row {
padding: 50px;
/*background: salmon;*/
display: flex;
justify-content: center;
/*background: white;*/
}
.row > * {
width:100%;
max-width: 888px;
flex: 1 0 100%;
/*background: white;*/
}
.row-divider {
@ -147,8 +164,56 @@ h1 > a, h2 > a, h3 > a {
border-bottom: 1px dashed rgba(0,0,0,0.09);
}
/* small screens (up to iPhone 6) */
@media only screen and (max-device-width: 736px) {
.row.menu {
padding: 0;
border-bottom:1px solid rgba(0,0,0,0.1);
}
.row.menu ul {
width: auto;
max-width: 888px;
flex: 1 1 auto;
list-style: none;
padding: 0;
margin: 0 50px;
display: flex;
flex-wrap: wrap;
white-space: nowrap;
}
.row.menu ul li {
margin-right: 30px;
margin-bottom: -1px;
}
.row.menu ul li > a {
color: inherit;
opacity: 0.6;
text-decoration:none;
display: inline-block;
padding: 15px 0 13px 0;
transition: 300ms opacity cubic-bezier(0.25, 0.47, 0.44, 0.93);
border-bottom: 3px solid transparent;
}
.row.menu ul li > a:hover {
color: black;
border-bottom-color: black;
opacity: 1;
}
/* narrow windows */
@media only screen and (max-width: 500px) {
.row.menu ul {
justify-content: space-between;
}
.row.menu ul li {
margin-right: 15px;
}
.row.menu ul li:last-child {
margin-right: 0;
}
}
/* small devices (<= iPhone 6+) */
@media only screen and (max-device-width: 414px) {
body {
font-size: 14px;
line-height: 20px;
@ -157,6 +222,31 @@ h1 > a, h2 > a, h3 > a {
padding-left: 20px;
padding-right: 20px;
}
.row.menu ul {
margin-left: 20px;
margin-right: 20px;
}
}
/* small devices (<= iPhone 5) */
@media only screen and (max-device-width: 320px) {
.row.menu {
font-size:13px;
}
.row.menu ul {
margin-left: 0;
margin-right: 0;
}
.row.menu ul li {
flex: 1 0 auto;
text-align: center;
border-right: 1px solid rgba(0,0,0,0.1);
margin-left:0;
margin-right:0;
}
.row.menu ul li:last-child {
border-right: none;
}
}
.row.white {
@ -167,8 +257,13 @@ h1 > a, h2 > a, h3 > a {
background: #2b2b2b;
color: #99999b;
}
.row.dark a {
text-decoration-color: rgba(255, 255, 255, 0.2);
color: #aaa;
}
.row.dark a:hover {
color: rgb(164, 188, 255);
color: rgba(160, 190, 255, 1);
text-decoration: underline rgba(164, 188, 255, 0.6);
}
.row.dark h2, .row.dark h2 > a {
color: #ccc;
@ -180,84 +275,6 @@ h1 > a, h2 > a, h3 > a {
color: #3B414A;
}
/*
Medium.com-style link underline for high-density displays.
Currently only enabled on Mac as the lines don't render correctly on
Windows (even in Chrome) for some reason.
*/
@media (-webkit-min-device-pixel-ratio: 1.5) {
a {
text-decoration: none;
background-image:
linear-gradient(to bottom,
rgba(0,0,0,.6) 50%,
rgba(0,0,0,0) 50%);
background-repeat: repeat-x;
background-size: 2px .1em;
background-position: 0 1.15em;
text-shadow:
/* creates "openings" for descenders in the underline */
-1px -1px 0 #f4f4f4,
1px -1px 0 #f4f4f4,
-1px 1px 0 #f4f4f4,
1px 1px 0 #f4f4f4;
}
body.mac_or_ios a {
/* line height calculated differently on mac c/t windows */
background-position: 0 1.045em;
}
a:hover {
background-image:
linear-gradient(to bottom,
rgba(48, 112, 232, 1) 50%,
rgba(48, 112, 232, 0) 50%);
}
.row.white a {
text-shadow:
-1px -1px 0 white,
1px -1px 0 white,
-1px 1px 0 white,
1px 1px 0 white;
}
.row.dark a {
background-image:
linear-gradient(to bottom,
rgba(255,255,255,.3) 50%,
rgba(255,255,255,0) 50%);
text-shadow:
-1px -1px 0 #2b2b2b,
1px -1px 0 #2b2b2b,
-1px 1px 0 #2b2b2b,
1px 1px 0 #2b2b2b;
}
.row.dark a:hover {
background-image:
linear-gradient(to bottom,
rgba(164, 188, 255, 1) 50%,
rgba(164, 188, 255, 0) 50%);
}
}
::selection {
background: rgb(48, 112, 232);
color: white;
text-shadow: none;
}
::-moz-selection {
background: rgb(48, 112, 232);
color: white;
text-shadow: none;
}
.row.dark ::selection {
background: rgb(218, 228, 255);
color: black;
}
.row.dark ::-moz-selection {
background: rgb(164, 188, 255);
color: black;
}
ul {
margin-left:1.1em;
}
@ -291,12 +308,17 @@ ul.faq > li {
padding-left: 1.5em;
text-indent: -1.5em;
}
ul.faq > li > a {
display: inline;
}
ul.faq > li:target {
background: #fafa88;
margin-left: -1.5em;
}
ul.faq > li > a.anchor {
visibility: hidden;
height:0;
position:relative;
}
li.q {
font-weight: 500;
margin-top:1.5em;
@ -304,17 +326,6 @@ li.q {
ul > li.q:first-child, ul > li.q:not([id]) {
margin-top:0;
}
li.q:before {
content: "Q  "; /* contains NO-BREAK SPACE */
opacity: 0.6;
}
li.q:after {
content: "";
}
li.a:before {
content: "A  "; /* contains NO-BREAK SPACE */
opacity: 0.6;
}
tablex {
display: flex;

View file

@ -22,10 +22,22 @@
<meta property="og:locale" content="en_US" />
<meta name="format-detection" content="telephone=no">
<link rel="icon" type="image/png" href="favicon.png" />
<link href="inter-ui.css?v=2.4" rel="stylesheet">
<link href="index.css?v=3" rel="stylesheet">
<link href="inter-ui.css?v=2.5" rel="stylesheet">
<link href="index.css?v=4" rel="stylesheet">
</head>
<body>
<div class="row menu">
<ul class="menu">
<li><a class="download-link"
href="https://github.com/rsms/inter/releases/latest/"
>Download</a></li>
<li><a href="lab/">Playground</a></li>
<li><a href="https://github.com/rsms/inter/">Source</a></li>
<li><a href="https://github.com/rsms/inter/releases/">Changelog</a></li>
</ul>
</div>
<div class="row"><div>
<h1>The Inter UI font family</h1>
<p>
@ -33,11 +45,6 @@
with focus on high legibility of small-to-medium sized text on computer screens.
</p>
<p>
<a class="fat" href="https://github.com/rsms/inter/releases/latest/"
>Download the latest release</a>
or try it out in the <a href="lab/" class="fat">playground</a>
</p>
<p>
The family features a tall x-height to aid in readability of mixed-case and
lower-case text. Several OpenType features are provided as well,
like contextual alternates that adjusts punctuation depending on the shape of
@ -67,6 +74,7 @@
<img src="res/sample/12.png" srcset="res/sample/12@2x.png 2x" width="888">
<img src="res/sample/13.png" srcset="res/sample/13@2x.png 2x" width="888">
<img src="res/sample/14.png" srcset="res/sample/14@2x.png 2x" width="888">
<img src="res/sample/15.png" srcset="res/sample/15@2x.png 2x" width="888">
</p>
<p style="text-align:center">
<a href="https://www.figma.com/file/WmU5NWr52bnUcqv5os0V4sWi/" class="plain">Open these samples in Figma</a>
@ -76,18 +84,11 @@
</div>
<div class="row dark"><div>
<h2><a id="free" href="#free">How much does it cost?</a></h2>
<p>
Inter UI is a <a href="https://github.com/rsms/inter">free and open source</a> font family. You are free to use this font in almost any way imaginable.
Refer to the <a href="https://choosealicense.com/licenses/ofl-1.1/">SIL Open Font License 1.1</a> for exact details on what the conditions and restrictions are.
</p>
<p>&nbsp;</p>
<h2><a id="usage" href="#usage">How do I use it?</a></h2>
<p>
Using the font is as easy as
<a href="https://github.com/rsms/inter/releases/latest/">download &amp; installing</a> locally on your computer.
<a class="download-link" href="https://github.com/rsms/inter/releases/latest/">download &amp; installing</a> locally on your computer.
</p>
<p>
You're free to bundle copies of Inter UI with your software, even if it's
@ -97,6 +98,15 @@
<code>@import url('https://rsms.me/inter/inter-ui.css');</code>
<p>Use the following CSS rules to specify the Inter UI family:</p>
<code>font-family: 'Inter UI', sans-serif;</code>
<p>&nbsp;</p>
<h2><a id="free" href="#free">How much does it cost?</a></h2>
<p>
Inter UI is a <a href="https://github.com/rsms/inter">free and open source</a> font family. You are free to use this font in almost any way imaginable.
Refer to the <a href="https://choosealicense.com/licenses/ofl-1.1/">SIL Open Font License 1.1</a> for exact details on what the conditions and restrictions are.
</p>
</div></div>
<div class="row"><div>
@ -242,14 +252,46 @@
<h2><a id="faq" href="#faq">FAQ</a></h2>
<ul class="faq">
<li class="q" id="faq-roboto-similar">
Some glyphs looks just like Roboto, is this typeface based on Roboto?
<li class="q" id="faq-using-features">
How do I enable and disable font features?
</li>
<li class="a">
Since this font is very <em>similar to Roboto</em>, glyph
outlines from Roboto are indeed being used, mainly as "placeholders"
while the glyph set is expanded. The Roboto license can be found in the
source directory.
In web browsers you'll want to use
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings"><q>font-feature-settings</q></a>.
In Figma you can access features via the
<a href="https://help.figma.com/text/opentype-features">Advanced Typography panel.</a>
In Illustrator, Photoshop and friends, you can access features via the
<a href="https://helpx.adobe.com/illustrator/using/special-characters.html#opentype_panel_overview">Characters and OpenType panels.</a>
Sketch doesn't provide a UI for configuring font features, but there's
<a href="https://sketchtalk.io/discussion/comment/1478/#Comment_1478">a workaround using macOS's native font UI.</a>
</li>
<li class="q" id="faq-unhinted-vs-hinted">
What is the difference between "unhinted" and "hinted" font files?
</li>
<li class="a">
The font files in the "hinted" folders have additional data in them
for assisting
<a href="https://en.wikipedia.org/wiki/ClearType">ClearType</a>,
the text rasterizer used by Microsoft Windows (and some Linux distributions.)
You want to use the "hinted" fonts only if you are targeting Windows users
<em>and</em> prefer the different look of these "hinted" fonts.
Additionally, hinting data makes the font files larger, so if you are
using Inter UI on websites, the extra size of these files is another
consideration to make.
<a href="https://www.typotheque.com/articles/hinting">
This article explains hinting at a greater length.</a>
</li>
<li class="q" id="faq-cdn">
How reliable are the fonts served from rsms.me/inter? Is it on a CDN?
</li>
<li class="a">
rsms.me/inter is backed by GitHub's server network and distributed
globally on the CloudFlare CDN, making usage of
<q>https://rsms.me/inter/inter-ui.css</q> and associated font
files very reliable and fast throughout the world.
</li>
<li class="q" id="faq-contribute">
@ -284,20 +326,6 @@
it public, but what would be the point of that?&nbsp; :—)
</li>
<li class="q" id="faq-using-features">
How do I enable and disable <a href="#features">font features</a>?
</li>
<li class="a">
In web browsers you'll want to use
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings"><q>font-feature-settings</q></a>.
In Figma you can access features via the
<a href="https://help.figma.com/text/opentype-features">Advanced Typography panel.</a>
In Illustrator, Photoshop and friends, you can access features via the
<a href="https://helpx.adobe.com/illustrator/using/special-characters.html#opentype_panel_overview">Characters and OpenType panels.</a>
Sketch doesn't provide a UI for configuring font features, but there's
<a href="https://sketchtalk.io/discussion/comment/1478/#Comment_1478">a workaround using macOS's native font UI.</a>
</li>
<li class="q" id="faq-contact">
I've made a cool thing that uses Inter UI, can I share it with you?
&nbsp;<dem>or</dem>
@ -321,12 +349,51 @@
<script src="index.js"></script>
<script>
var av = document.querySelectorAll('ul.faq > li.q'), a, i, e, id
(function(){
// download-link
fetchjson('info.json', function(err, data) {
if (err) { throw err }
var ids = Object.keys(data)
var regularId = ids[0]
ids.forEach(function(id){
if (id.indexOf('Inter UI Regular:') == 0) {
regularId = id
}
})
if (ids.length == 0) {
console.error('failed to find Inter UI Regular in info.json', data)
return
}
var regular = data[regularId]
// console.log('info.json:', regular)
if (regular.names && regular.names.version) {
var v = regular.names.version
var p = v.indexOf(';')
if (p != -1) {
v = v.substr(0, p)
}
var directDownloadURL =
'https://github.com/rsms/inter/releases/download/v' + v +
'/Inter-UI-' + v + '.zip'
var av = document.querySelectorAll('a.download-link'), i, e
for (i = 0; i < av.length; ++i) {
e = av[i]
e.href = directDownloadURL
}
}
})
// FAQ anchors
var av = document.querySelectorAll('ul.faq > li.q'), a, i, e, id, tn
for (i = 0; i < av.length; ++i) {
e = av[i]
tn = document.createTextNode('Q  ')
e.insertBefore(tn, e.firstChild)
id = e.id
if (id) {
a = document.createElement('a')
// a.id = id
a.href = '#' + id
a.className = 'plain'
a.innerHTML = e.innerHTML
@ -334,6 +401,14 @@
e.appendChild(a)
}
}
av = document.querySelectorAll('ul.faq > li.a')
for (i = 0; i < av.length; ++i) {
e = av[i]
tn = document.createTextNode('A  ')
e.insertBefore(tn, e.firstChild)
}
})();
</script>
</body>
</html>

View file

@ -1,5 +1,30 @@
var isMac = false
// fetchjson(url string, cb (err Error, d Object)->nil)
//
var fetchjson = (
typeof window.fetch == 'function' ? (
function _fetchjson(url, cb) {
return window.fetch(url)
.then(function(r) { return r.json() })
.then(function(data) { cb(null, data) })
.catch(cb)
}
) :
function _fetchjson(url, cb) {
var r = new XMLHttpRequest()
r.addEventListener("load", function(){
try {
cb(null, JSON.parse(r.responseText))
} catch (err) {
cb(err)
}
})
r.open("GET", url)
r.send()
}
)
;(function(){
"use strict";

122
docs/info.json Normal file
View file

@ -0,0 +1,122 @@
{
"Inter UI Regular:2018:86daccf": {
"head": {
"checkSumAdjustment": 3690365233,
"created": 3563720514,
"flags": 27,
"fontDirectionHint": 2,
"fontRevision": 2.005,
"glyphDataFormat": 0,
"indexToLocFormat": 0,
"lowestRecPPEM": 64,
"macStyle": [],
"macStyle_raw": 0,
"magicNumber": 1594834165,
"modified": 3601781722,
"tableVersion": 1.0,
"unitsPerEm": 2816,
"xMax": 3872,
"xMin": -2078,
"yMax": 3012,
"yMin": -1067
},
"hhea": {
"advanceWidthMax": 4040,
"ascent": 2708,
"caretOffset": 0,
"caretSlopeRise": 1,
"caretSlopeRun": 0,
"descent": -660,
"lineGap": 0,
"metricDataFormat": 0,
"minLeftSideBearing": -2078,
"minRightSideBearing": -1440,
"numberOfHMetrics": 2188,
"tableVersion": 65536,
"xMaxExtent": 3872
},
"id": "Inter UI Regular:2018:86daccf",
"name": "InterUI-Regular",
"names": {
"copyright": "Copyright 2018 The Inter UI project authors",
"designer": "Rasmus Andersson",
"designerURL": "https://rsms.me/",
"familyName": "Inter UI",
"fontId": "Inter UI Regular:2018:86daccf",
"fullName": "Inter UI",
"licenseDescription": "OFL 1.1 (SIL Open Font License, Version 1.1)",
"licenseURL": "http://scripts.sil.org/OFL",
"manufacturerName": "rsms",
"postscriptName": "InterUI-Regular",
"subfamilyName": "Regular",
"trademark": "Inter UI is a trademark of rsms.",
"vendorURL": "https://rsms.me/",
"version": "2.5;86daccf"
},
"os/2": {
"achVendID": "RSMS",
"fsSelection": 64,
"fsType": 0,
"panose": {
"armStyle": 0,
"contrast": 3,
"familyType": 2,
"letterForm": 0,
"midline": 0,
"proportion": 2,
"proportionName": "Old Style/Regular",
"serifStyle": 11,
"strokeVariation": 0,
"weight": 5,
"weightName": "Book",
"xHeight": 4
},
"sCapHeight": 2048,
"sFamilyClass": 0,
"sTypoAscender": 2708,
"sTypoDescender": -660,
"sTypoLineGap": 0,
"sxHeight": 1536,
"ulCodePageRange1": 536871327,
"ulCodePageRange2": 0,
"ulUnicodeRange1": 3758099199,
"ulUnicodeRange2": 1342185855,
"ulUnicodeRange3": 33,
"ulUnicodeRange4": 0,
"usBreakChar": 32,
"usDefaultChar": 0,
"usFirstCharIndex": 0,
"usLastCharIndex": 65535,
"usMaxContext": 3,
"usWeightClass": 400,
"usWeightClassName": "Normal (Regular)",
"usWidthClass": 5,
"usWidthClassName": "Medium (normal)",
"usWinAscent": 3012,
"usWinDescent": 1067,
"version": 4,
"xAvgCharWidth": 1688,
"yStrikeoutPosition": 1024,
"yStrikeoutSize": 256,
"ySubscriptXOffset": 0,
"ySubscriptXSize": 1536,
"ySubscriptYOffset": 256,
"ySubscriptYSize": 1280,
"ySuperscriptXOffset": 0,
"ySuperscriptXSize": 1536,
"ySuperscriptYOffset": 1024,
"ySuperscriptYSize": 1280
},
"post": {
"formatType": 3.0,
"isFixedPitch": 0,
"italicAngle": 0.0,
"maxMemType1": 0,
"maxMemType42": 0,
"minMemType1": 0,
"minMemType42": 0,
"underlinePosition": -422,
"underlineThickness": 170
}
}
}

View file

@ -2,58 +2,58 @@
font-family: 'Inter UI';
font-style: normal;
font-weight: 400;
src: url("font-files/Inter-UI-Regular.woff2?v=2.4") format("woff2"),
url("font-files/Inter-UI-Regular.woff?v=2.4") format("woff");
src: url("font-files/Inter-UI-Regular.woff2?v=2.5") format("woff2"),
url("font-files/Inter-UI-Regular.woff?v=2.5") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 400;
src: url("font-files/Inter-UI-Italic.woff2?v=2.4") format("woff2"),
url("font-files/Inter-UI-Italic.woff?v=2.4") format("woff");
src: url("font-files/Inter-UI-Italic.woff2?v=2.5") format("woff2"),
url("font-files/Inter-UI-Italic.woff?v=2.5") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 500;
src: url("font-files/Inter-UI-Medium.woff2?v=2.4") format("woff2"),
url("font-files/Inter-UI-Medium.woff?v=2.4") format("woff");
src: url("font-files/Inter-UI-Medium.woff2?v=2.5") format("woff2"),
url("font-files/Inter-UI-Medium.woff?v=2.5") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 500;
src: url("font-files/Inter-UI-MediumItalic.woff2?v=2.4") format("woff2"),
url("font-files/Inter-UI-MediumItalic.woff?v=2.4") format("woff");
src: url("font-files/Inter-UI-MediumItalic.woff2?v=2.5") format("woff2"),
url("font-files/Inter-UI-MediumItalic.woff?v=2.5") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 700;
src: url("font-files/Inter-UI-Bold.woff2?v=2.4") format("woff2"),
url("font-files/Inter-UI-Bold.woff?v=2.4") format("woff");
src: url("font-files/Inter-UI-Bold.woff2?v=2.5") format("woff2"),
url("font-files/Inter-UI-Bold.woff?v=2.5") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 700;
src: url("font-files/Inter-UI-BoldItalic.woff2?v=2.4") format("woff2"),
url("font-files/Inter-UI-BoldItalic.woff?v=2.4") format("woff");
src: url("font-files/Inter-UI-BoldItalic.woff2?v=2.5") format("woff2"),
url("font-files/Inter-UI-BoldItalic.woff?v=2.5") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 900;
src: url("font-files/Inter-UI-Black.woff2?v=2.4") format("woff2"),
url("font-files/Inter-UI-Black.woff?v=2.4") format("woff");
src: url("font-files/Inter-UI-Black.woff2?v=2.5") format("woff2"),
url("font-files/Inter-UI-Black.woff?v=2.5") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 900;
src: url("font-files/Inter-UI-BlackItalic.woff2?v=2.4") format("woff2"),
url("font-files/Inter-UI-BlackItalic.woff?v=2.4") format("woff");
src: url("font-files/Inter-UI-BlackItalic.woff2?v=2.5") format("woff2"),
url("font-files/Inter-UI-BlackItalic.woff?v=2.5") format("woff");
}

View file

@ -631,6 +631,8 @@
, ["arrowNE", 8599, "NORTH EAST ARROW", "#cceff2"]
, ["arrowSE", 8600, "SOUTH EAST ARROW", "#cceff2"]
, ["arrowSW", 8601, "SOUTH WEST ARROW", "#cceff2"]
, ["dngb_check", 10003, "CHECK MARK"]
, ["dngb_ballotx", 10007, "BALLOT X"]
, ["triagrt", 9658, "BLACK RIGHT-POINTING POINTER", "#cceff2"]
, ["triagdn", 9660, "BLACK DOWN-POINTING TRIANGLE", "#cceff2"]
, ["triagup", 9650, "BLACK UP-POINTING TRIANGLE", "#cceff2"]
@ -638,7 +640,6 @@
, ["uni2009.fra", null, null, "#dddddd"]
, ["overscoredblnosp", 831, "COMBINING DOUBLE OVERLINE", "#f9e2e2"]
, ["uni215A", 8538, "VULGAR FRACTION FIVE SIXTHS", "#e2f4ea"]
, ["uni02E5_uni02E7_uni02E8", null, null, "#dddddd"]
, ["uni215F", 8543, "FRACTION NUMERATOR ONE", "#e2f4ea"]
, ["macronacutecomb", null, null, "#dddddd"]
, ["crossbar", null, null, "#dddddd"]
@ -657,27 +658,13 @@
, ["degreecentigrade", 8451, "DEGREE CELSIUS", "#cceff2"]
, ["dieresisacutecomb.lc", null, null, "#dddddd"]
, ["carondotcomb.lc", null, null, "#dddddd"]
, ["uni02E6_uni02E9_uni02E6", null, null, "#dddddd"]
, ["uni02E7_uni02E6_uni02E6", null, null, "#dddddd"]
, ["aturn_uni02DE", null, null, "#dddddd"]
, ["uni02E9_uni02E5_uni02E5", null, null, "#dddddd"]
, ["uni02E9_uni02E5_uni02E6", null, null, "#dddddd"]
, ["uni02E9_uni02E5_uni02E7", null, null, "#dddddd"]
, ["uni1FFD", 8189, "GREEK OXIA", "#cceff2"]
, ["uni1FFE", 8190, "GREEK DASIA", "#cceff2"]
, ["uni02E9_uni02E5_uni02E8", null, null, "#dddddd"]
, ["uni02E9_uni02E5_uni02E9", null, null, "#dddddd"]
, ["uni02E6_uni02E9_uni02E8", null, null, "#dddddd"]
, ["oopen", 596, "LATIN SMALL LETTER OPEN O"]
, ["Gsmallcaphook", 667, "LATIN LETTER SMALL CAPITAL G WITH HOOK"]
, ["uni0346", 838, "COMBINING BRIDGE ABOVE", "#f9e2e2"]
, ["anglesupnosp", 794, "COMBINING LEFT ANGLE ABOVE", "#f9e2e2"]
, ["uniFFFC", 65532, "OBJECT REPLACEMENT CHARACTER", "#cceff2"]
, ["uniFFFD", 65533, "REPLACEMENT CHARACTER", "#cceff2"]
, ["uni02E7_uni02E9", null, null, "#dddddd"]
, ["uni02E7_uni02E8", null, null, "#dddddd"]
, ["uni02E7_uni02E5", null, null, "#dddddd"]
, ["uni02E7_uni02E6", null, null, "#dddddd"]
, ["ringacute", null, null, "#dddddd"]
, ["uni1DD8", 7640, "COMBINING LATIN SMALL LETTER INSULAR D", "#f9e2e2"]
, ["uni1DD9", 7641, "COMBINING LATIN SMALL LETTER ETH", "#f9e2e2"]
@ -690,9 +677,6 @@
, ["uni1DD5", 7637, "COMBINING LATIN SMALL LETTER AO", "#f9e2e2"]
, ["dieresiscaroncomb", null, null, "#dddddd"]
, ["breveinvsubnosp", 815, "COMBINING INVERTED BREVE BELOW", "#f9e2e2"]
, ["uni02E9_uni02E9_uni02E5", null, null, "#dddddd"]
, ["uni02E9_uni02E9_uni02E6", null, null, "#dddddd"]
, ["uni02E9_uni02E9_uni02E7", null, null, "#dddddd"]
, ["commaturnsupnosp", 786, "COMBINING TURNED COMMA ABOVE", "#f9e2e2"]
, ["uni1DDB", 7643, "COMBINING LATIN LETTER SMALL CAPITAL G", "#f9e2e2"]
, ["uni1DDC", 7644, "COMBINING LATIN SMALL LETTER K", "#f9e2e2"]
@ -721,11 +705,6 @@
, ["uni02EC", 748, "MODIFIER LETTER VOICING"]
, ["afii300", 8207, "RIGHT-TO-LEFT MARK", "#efefef"]
, ["caronnosp", null, null, "#dddddd"]
, ["uni02E7_uni02E9_uni02E8", null, null, "#dddddd"]
, ["uni02E7_uni02E9_uni02E9", null, null, "#dddddd"]
, ["uni02E7_uni02E9_uni02E6", null, null, "#dddddd"]
, ["uni02E7_uni02E9_uni02E7", null, null, "#dddddd"]
, ["uni02E7_uni02E9_uni02E5", null, null, "#dddddd"]
, ["romanfour", 8547, "ROMAN NUMERAL FOUR", "#e2f4ea"]
, ["macrongravecomb", null, null, "#dddddd"]
, ["uni03F5", 1013, "GREEK LUNATE EPSILON SYMBOL"]
@ -758,18 +737,9 @@
, ["primemod", 697, "MODIFIER LETTER PRIME"]
, ["uni213B", 8507, "FACSIMILE SIGN", "#cceff2"]
, ["erev", 600, "LATIN SMALL LETTER REVERSED E"]
, ["uni02E9_uni02E6_uni02E9", null, null, "#dddddd"]
, ["uni02E9_uni02E6_uni02E8", null, null, "#dddddd"]
, ["uni02E9_uni02E6_uni02E7", null, null, "#dddddd"]
, ["uni02E9_uni02E6_uni02E6", null, null, "#dddddd"]
, ["uni02E9_uni02E6_uni02E5", null, null, "#dddddd"]
, ["cstretch", 663, "LATIN LETTER STRETCHED C"]
, ["Btopbar", 386, "LATIN CAPITAL LETTER B WITH TOPBAR"]
, ["Koppa", 990, "GREEK LETTER KOPPA"]
, ["uni02E8_uni02E6_uni02E8", null, null, "#dddddd"]
, ["uni02E8_uni02E6_uni02E9", null, null, "#dddddd"]
, ["uni02E8_uni02E6_uni02E6", null, null, "#dddddd"]
, ["uni02E8_uni02E6_uni02E7", null, null, "#dddddd"]
, ["commaturnedmod", 699, "MODIFIER LETTER TURNED COMMA"]
, ["commareversedmod", 701, "MODIFIER LETTER REVERSED COMMA"]
, ["ringhalfleft", 703, "MODIFIER LETTER LEFT HALF RING"]
@ -787,20 +757,7 @@
, ["jsuper", 690, "MODIFIER LETTER SMALL J"]
, ["epsilon1", 603, "LATIN SMALL LETTER OPEN E"]
, ["CR", 13, "[Control]", "#ff4c4c"]
, ["uni02E7_uni02E7_uni02E5", null, null, "#dddddd"]
, ["uni02E7_uni02E7_uni02E6", null, null, "#dddddd"]
, ["uni02E7_uni02E7_uni02E8", null, null, "#dddddd"]
, ["uni02E7_uni02E7_uni02E9", null, null, "#dddddd"]
, ["slashlongnosp", 824, "COMBINING LONG SOLIDUS OVERLAY", "#f9e2e2"]
, ["uni02E6_uni02E8_uni02E8", null, null, "#dddddd"]
, ["uni02E6_uni02E8_uni02E9", null, null, "#dddddd"]
, ["uni02E6_uni02E8_uni02E6", null, null, "#dddddd"]
, ["uni02E6_uni02E8_uni02E7", null, null, "#dddddd"]
, ["uni02E6_uni02E8_uni02E5", null, null, "#dddddd"]
, ["uni02E9_uni02E8", null, null, "#dddddd"]
, ["uni02E9_uni02E7", null, null, "#dddddd"]
, ["uni02E9_uni02E6", null, null, "#dddddd"]
, ["uni02E9_uni02E5", null, null, "#dddddd"]
, ["exclam1", 451, "LATIN LETTER RETROFLEX CLICK"]
, ["Digamma", 988, "GREEK LETTER DIGAMMA"]
, ["candrabindunosp", 784, "COMBINING CANDRABINDU", "#f9e2e2"]
@ -828,10 +785,6 @@
, ["uni0369", 873, "COMBINING LATIN SMALL LETTER D", "#f9e2e2"]
, ["tildemidnosp", 820, "COMBINING TILDE OVERLAY", "#f9e2e2"]
, ["uni01F7", 503, "LATIN CAPITAL LETTER WYNN"]
, ["uni02E6_uni02E7_uni02E7", null, null, "#dddddd"]
, ["uni02E6_uni02E7_uni02E6", null, null, "#dddddd"]
, ["uni02E6_uni02E7_uni02E9", null, null, "#dddddd"]
, ["uni02E6_uni02E7_uni02E8", null, null, "#dddddd"]
, ["glottalstopinv", 662, "LATIN LETTER INVERTED GLOTTAL STOP"]
, ["pertenthousand", 8241, "PER TEN THOUSAND SIGN", "#efefef"]
, ["acutelowmod", 719, "MODIFIER LETTER LOW ACUTE ACCENT"]
@ -851,10 +804,6 @@
, ["uni021D", 541, "LATIN SMALL LETTER YOGH"]
, ["uni0268.ccmp", null, null, "#dddddd"]
, ["uni021C", 540, "LATIN CAPITAL LETTER YOGH"]
, ["uni02E8_uni02E8_uni02E5", null, null, "#dddddd"]
, ["uni02E8_uni02E8_uni02E6", null, null, "#dddddd"]
, ["uni02E8_uni02E8_uni02E7", null, null, "#dddddd"]
, ["uni02E8_uni02E8_uni02E9", null, null, "#dddddd"]
, ["numeralgreeksub", 885, "GREEK LOWER NUMERAL SIGN", "#cceff2"]
, ["caronsubnosp", null, null, "#dddddd"]
, ["uni205E", 8286, "VERTICAL FOUR DOTS", "#efefef"]
@ -883,18 +832,10 @@
, ["uni2052", 8274, "COMMERCIAL MINUS SIGN", "#cceff2"]
, ["uni2053", 8275, "SWUNG DASH", "#efefef"]
, ["ascript_uni02DE", null, null, "#dddddd"]
, ["longst", 64261, "LATIN SMALL LIGATURE LONG S T"]
, ["uni02E9_uni02E8_uni02E9", null, null, "#dddddd"]
, ["uni02E9_uni02E8_uni02E8", null, null, "#dddddd"]
, ["tesh", 679, "LATIN SMALL LETTER TESH DIGRAPH"]
, ["uni02E8_uni02E9_uni02E7", null, null, "#dddddd"]
, ["uni02E9_uni02E8_uni02E5", null, null, "#dddddd"]
, ["uni02E9_uni02E8_uni02E7", null, null, "#dddddd"]
, ["uni02E9_uni02E8_uni02E6", null, null, "#dddddd"]
, ["asterism", 8258, "ASTERISM", "#efefef"]
, ["philatin", 632, "LATIN SMALL LETTER PHI"]
, ["sixroman", 8565, "SMALL ROMAN NUMERAL SIX", "#e2f4ea"]
, ["uni02E6_uni02E7_uni02E5", null, null, "#dddddd"]
, ["cyrillichookleft", null, null, "#dddddd"]
, ["uni03D8", 984, "GREEK LETTER ARCHAIC KOPPA"]
, ["uni03D9", 985, "GREEK SMALL LETTER ARCHAIC KOPPA"]
@ -905,9 +846,6 @@
, ["uni27EF", 10223, "MATHEMATICAL RIGHT FLATTENED PARENTHESIS", "#efefef"]
, ["finaltsadi", 693, "MODIFIER LETTER SMALL TURNED R WITH HOOK"]
, ["glottalstop", 660, "LATIN LETTER GLOTTAL STOP"]
, ["uni02E5_uni02E7", null, null, "#dddddd"]
, ["uni02E5_uni02E9", null, null, "#dddddd"]
, ["uni02E5_uni02E8", null, null, "#dddddd"]
, ["uni0359", 857, "COMBINING ASTERISK BELOW", "#f9e2e2"]
, ["uni0358", 856, "COMBINING DOT ABOVE RIGHT", "#f9e2e2"]
, ["epsilon1revclosed", 606, "LATIN SMALL LETTER CLOSED REVERSED OPEN E"]
@ -920,10 +858,7 @@
, ["uni0353", 851, "COMBINING X BELOW", "#f9e2e2"]
, ["uni0352", 850, "COMBINING FERMATA", "#f9e2e2"]
, ["glottalstopreversedmod", 705, "MODIFIER LETTER REVERSED GLOTTAL STOP"]
, ["uni02E5_uni02E6_uni02E6", null, null, "#dddddd"]
, ["cadauna", 8454, "CADA UNA", "#cceff2"]
, ["uni02E5_uni02E6_uni02E9", null, null, "#dddddd"]
, ["uni02E5_uni02E6_uni02E8", null, null, "#dddddd"]
, ["uni035E", 862, "COMBINING DOUBLE MACRON", "#f9e2e2"]
, ["uni0220", 544, "LATIN CAPITAL LETTER N WITH LONG RIGHT LEG"]
, ["uni0223", 547, "LATIN SMALL LETTER OU"]
@ -932,7 +867,6 @@
, ["uni035B", 859, "COMBINING ZIGZAG ABOVE", "#f9e2e2"]
, ["digamma", 989, "GREEK SMALL LETTER DIGAMMA"]
, ["koppa", 991, "GREEK SMALL LETTER KOPPA"]
, ["uni02E7_uni02E8_uni02E7", null, null, "#dddddd"]
, ["ringhalfrightcentered", 722, "MODIFIER LETTER CENTRED RIGHT HALF RING", "#cceff2"]
, ["colontriangularhalfmod", 721, "MODIFIER LETTER HALF TRIANGULAR COLON"]
, ["colontriangularmod", 720, "MODIFIER LETTER TRIANGULAR COLON"]
@ -941,8 +875,6 @@
, ["downtackmod", 725, "MODIFIER LETTER DOWN TACK", "#cceff2"]
, ["linevertnosp", 781, "COMBINING VERTICAL LINE ABOVE", "#f9e2e2"]
, ["eshlooprev", 426, "LATIN LETTER REVERSED ESH LOOP"]
, ["uni02E7_uni02E8_uni02E9", null, null, "#dddddd"]
, ["uni02E7_uni02E8_uni02E8", null, null, "#dddddd"]
, ["verticalbardbl", 8214, "DOUBLE VERTICAL LINE", "#efefef"]
, ["romaneleven", 8554, "ROMAN NUMERAL ELEVEN", "#e2f4ea"]
, ["Iota1", 406, "LATIN CAPITAL LETTER IOTA"]
@ -955,28 +887,8 @@
, ["oneeighth", 8539, "VULGAR FRACTION ONE EIGHTH", "#e2f4ea"]
, ["linevertsubnosp", 809, "COMBINING VERTICAL LINE BELOW", "#f9e2e2"]
, ["mcapturn", 412, "LATIN CAPITAL LETTER TURNED M"]
, ["st", 64262, "LATIN SMALL LIGATURE ST"]
, ["uni205D", 8285, "TRICOLON", "#efefef"]
, ["uni02E7_uni02E5_uni02E6", null, null, "#dddddd"]
, ["uni02E7_uni02E5_uni02E7", null, null, "#dddddd"]
, ["uni02E7_uni02E5_uni02E5", null, null, "#dddddd"]
, ["uni02E7_uni02E5_uni02E8", null, null, "#dddddd"]
, ["uni02E7_uni02E5_uni02E9", null, null, "#dddddd"]
, ["uni02E5_uni02E9_uni02E7", null, null, "#dddddd"]
, ["uni02E6_uni02E5_uni02E9", null, null, "#dddddd"]
, ["uni02E6_uni02E5_uni02E8", null, null, "#dddddd"]
, ["uni02E6_uni02E5_uni02E6", null, null, "#dddddd"]
, ["spaceopenbox", 9251, "OPEN BOX", "#cceff2"]
, ["uni02E8_uni02E7_uni02E7", null, null, "#dddddd"]
, ["uni02E9_uni02E9_uni02E8", null, null, "#dddddd"]
, ["uni02E8_uni02E7_uni02E5", null, null, "#dddddd"]
, ["uni02E8_uni02E5_uni02E9", null, null, "#dddddd"]
, ["uni02E8_uni02E5_uni02E8", null, null, "#dddddd"]
, ["uni02E8_uni02E5_uni02E5", null, null, "#dddddd"]
, ["uni02E8_uni02E5_uni02E7", null, null, "#dddddd"]
, ["uni02E8_uni02E5_uni02E6", null, null, "#dddddd"]
, ["uni02E8_uni02E7_uni02E9", null, null, "#dddddd"]
, ["uni02E8_uni02E7_uni02E8", null, null, "#dddddd"]
, ["shindagesh", 737, "MODIFIER LETTER SMALL L"]
, ["uni034B", 843, "COMBINING HOMOTHETIC ABOVE", "#f9e2e2"]
, ["uni034C", 844, "COMBINING ALMOST EQUAL TO ABOVE", "#f9e2e2"]
@ -1011,18 +923,13 @@
, ["Vcursive", 434, "LATIN CAPITAL LETTER V WITH HOOK"]
, ["careof", 8453, "CARE OF", "#cceff2"]
, ["phi1", 981, "GREEK PHI SYMBOL"]
, ["uni02E5_uni02E5_uni02E8", null, null, "#dddddd"]
, ["uni02E5_uni02E5_uni02E9", null, null, "#dddddd"]
, ["breveacutecomb", null, null, "#dddddd"]
, ["wynn", 447, "LATIN LETTER WYNN"]
, ["referencemark", 8251, "REFERENCE MARK", "#efefef"]
, ["overscorenosp", 773, "COMBINING OVERLINE", "#f9e2e2"]
, ["commaaboverightcomb", null, null, "#dddddd"]
, ["uni02E5_uni02E9_uni02E6", null, null, "#dddddd"]
, ["versicle", 8483, "VERSICLE", "#cceff2"]
, ["hyphen__", 8208, "HYPHEN", "#efefef"]
, ["uni02E5_uni02E9_uni02E8", null, null, "#dddddd"]
, ["uni02E5_uni02E9_uni02E9", null, null, "#dddddd"]
, ["diaeresistonosnosp", 836, "COMBINING GREEK DIALYTIKA TONOS", "#f9e2e2"]
, ["stigma", 987, "GREEK SMALL LETTER STIGMA"]
, ["afii57596", 8206, "LEFT-TO-RIGHT MARK", "#efefef"]
@ -1073,7 +980,6 @@
, ["three.sup", null, null, "#dddddd"]
, ["oi", 419, "LATIN SMALL LETTER OI"]
, ["Tonetwo", 423, "LATIN CAPITAL LETTER TONE TWO"]
, ["uni02E6_uni02E5_uni02E5", null, null, "#dddddd"]
, ["two.sup", null, null, "#dddddd"]
, ["o_uni02DE", null, null, "#dddddd"]
, ["finalmem", 685, "LATIN LETTER BIDENTAL PERCUSSIVE"]
@ -1082,24 +988,13 @@
, ["Esh", 425, "LATIN CAPITAL LETTER ESH"]
, ["zero.sup", null, null, "#dddddd"]
, ["acutedotcomb", null, null, "#dddddd"]
, ["uni02E7_uni02E6_uni02E5", null, null, "#dddddd"]
, ["uni02E7_uni02E6_uni02E7", null, null, "#dddddd"]
, ["uni02E7_uni02E6_uni02E9", null, null, "#dddddd"]
, ["uni02E7_uni02E6_uni02E8", null, null, "#dddddd"]
, ["dieresismacroncomb.lc", null, null, "#dddddd"]
, ["brevegravecomb", null, null, "#dddddd"]
, ["circumflexacutecomb", null, null, "#dddddd"]
, ["Rsmallcapinv", 641, "LATIN LETTER SMALL CAPITAL INVERTED R"]
, ["uni02E5_uni02E7_uni02E9", null, null, "#dddddd"]
, ["uni02E5_uni02E7_uni02E6", null, null, "#dddddd"]
, ["uni02E5_uni02E7_uni02E7", null, null, "#dddddd"]
, ["uni02E5_uni02E7_uni02E5", null, null, "#dddddd"]
, ["zerowidthjoiner", 65279, "ZERO WIDTH NO-BREAK SPACE", "#efefef"]
, ["uni02E6_uni02E9_uni02E7", null, null, "#dddddd"]
, ["uni02E6_uni02E9_uni02E5", null, null, "#dddddd"]
, ["placeofinterestsign", 8984, "PLACE OF INTEREST SIGN", "#cceff2"]
, ["ts", 678, "LATIN SMALL LETTER TS DIGRAPH"]
, ["uni02E6_uni02E9_uni02E9", null, null, "#dddddd"]
, ["tonesix", 389, "LATIN SMALL LETTER TONE SIX"]
, ["twothirds", 8532, "VULGAR FRACTION TWO THIRDS", "#e2f4ea"]
, ["uni1F16B", 127339, "RAISED MD SIGN", "#cceff2"]
@ -1120,10 +1015,6 @@
, ["oopen_uni02DE", null, null, "#dddddd"]
, ["four.frac", null, null, "#dddddd"]
, ["onedotleader", 8228, "ONE DOT LEADER", "#efefef"]
, ["uni02E8_uni02E9_uni02E5", null, null, "#dddddd"]
, ["uni02E8_uni02E9_uni02E6", null, null, "#dddddd"]
, ["uni02E8_uni02E9_uni02E9", null, null, "#dddddd"]
, ["uni02E8_uni02E9_uni02E8", null, null, "#dddddd"]
, ["plussubnosp", 799, "COMBINING PLUS SIGN BELOW", "#f9e2e2"]
, ["largerighthook", null, null, "#dddddd"]
, ["romanthree", 8546, "ROMAN NUMERAL THREE", "#e2f4ea"]
@ -1135,29 +1026,19 @@
, ["uni1DCA", 7626, "COMBINING LATIN SMALL LETTER R BELOW", "#f9e2e2"]
, ["tildemacroncomb.lc", null, null, "#dddddd"]
, ["iota1", 617, "LATIN SMALL LETTER IOTA"]
, ["uni02E6_uni02E8", null, null, "#dddddd"]
, ["uni02E6_uni02E9", null, null, "#dddddd"]
, ["uni1DC9", 7625, "COMBINING ACUTE-GRAVE-ACUTE", "#f9e2e2"]
, ["uni1DC8", 7624, "COMBINING GRAVE-ACUTE-GRAVE", "#f9e2e2"]
, ["uni1DC7", 7623, "COMBINING ACUTE-MACRON", "#f9e2e2"]
, ["uni02E6_uni02E5", null, null, "#dddddd"]
, ["uni1DC5", 7621, "COMBINING GRAVE-MACRON", "#f9e2e2"]
, ["uni02E6_uni02E7", null, null, "#dddddd"]
, ["uni1DC3", 7619, "COMBINING SUSPENSION MARK", "#f9e2e2"]
, ["uni1DC2", 7618, "COMBINING SNAKE BELOW", "#f9e2e2"]
, ["uni1DC1", 7617, "COMBINING DOTTED ACUTE ACCENT", "#f9e2e2"]
, ["uni1DC0", 7616, "COMBINING DOTTED GRAVE ACCENT", "#f9e2e2"]
, ["uni02E9_uni02E7_uni02E5", null, null, "#dddddd"]
, ["uniFE28", 65064, "COMBINING LIGATURE RIGHT HALF BELOW", "#f9e2e2"]
, ["hooksubretronosp", 802, "COMBINING RETROFLEX HOOK BELOW", "#f9e2e2"]
, ["circumflexhookcomb", null, null, "#dddddd"]
, ["primerev1", 8245, "REVERSED PRIME", "#efefef"]
, ["macrondieresiscomb.lc", null, null, "#dddddd"]
, ["uni02E5_uni02E6", null, null, "#dddddd"]
, ["uni02E8_uni02E6", null, null, "#dddddd"]
, ["uni02E8_uni02E7", null, null, "#dddddd"]
, ["uni02E8_uni02E5", null, null, "#dddddd"]
, ["uni02E8_uni02E9", null, null, "#dddddd"]
, ["romannine", 8552, "ROMAN NUMERAL NINE", "#e2f4ea"]
, ["epsilonclosed", 666, "LATIN SMALL LETTER CLOSED OPEN E"]
, ["uni1FBD", 8125, "GREEK KORONIS", "#cceff2"]
@ -1169,8 +1050,6 @@
, ["Eiotifiedcyrillic", 1124, "CYRILLIC CAPITAL LETTER IOTIFIED E"]
, ["yuslittleiotifiedcyrillic", 1129, "CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS"]
, ["Yuslittleiotifiedcyrillic", 1128, "CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS"]
, ["uni02E9_uni02E7_uni02E8", null, null, "#dddddd"]
, ["uni02E9_uni02E7_uni02E9", null, null, "#dddddd"]
, ["four.sup", null, null, "#dddddd"]
, ["hhooksuper", 689, "MODIFIER LETTER SMALL H WITH HOOK"]
, ["Yusbigiotifiedcyrillic", 1132, "CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS"]
@ -1189,7 +1068,6 @@
, ["dasiaoxia", null, null, "#dddddd"]
, ["dieresiscaroncomb.lc", null, null, "#dddddd"]
, ["ascriptturn", 594, "LATIN SMALL LETTER TURNED ALPHA"]
, ["uni02E5_uni02E6_uni02E7", null, null, "#dddddd"]
, ["uni1DBF", 7615, "MODIFIER LETTER SMALL THETA"]
, ["glottalstopbarrev", 674, "LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE"]
, ["cyrillichook", null, null, "#dddddd"]
@ -1206,13 +1084,7 @@
, ["otcyrillic", 1151, "CYRILLIC SMALL LETTER OT"]
, ["gcursive", 609, "LATIN SMALL LETTER SCRIPT G"]
, ["uni035D", 861, "COMBINING DOUBLE BREVE", "#f9e2e2"]
, ["uni02E5_uni02E8_uni02E5", null, null, "#dddddd"]
, ["uni02E5_uni02E8_uni02E7", null, null, "#dddddd"]
, ["uni02E5_uni02E8_uni02E6", null, null, "#dddddd"]
, ["uni035A", 858, "COMBINING DOUBLE RING BELOW", "#f9e2e2"]
, ["uni02E5_uni02E8_uni02E9", null, null, "#dddddd"]
, ["uni02E5_uni02E8_uni02E8", null, null, "#dddddd"]
, ["uni02E6_uni02E6_uni02E5", null, null, "#dddddd"]
, ["quotedblreversed", 8223, "DOUBLE HIGH-REVERSED-9 QUOTATION MARK", "#efefef"]
, ["Rturnsuper", 694, "MODIFIER LETTER SMALL CAPITAL INVERTED R"]
, ["uni1FCE", 8142, "GREEK PSILI AND OXIA", "#cceff2"]
@ -1222,24 +1094,18 @@
, ["uni1FC0", 8128, "GREEK PERISPOMENI", "#cceff2"]
, ["dieresisacutecomb", null, null, "#dddddd"]
, ["ringhalfleftcentered", 723, "MODIFIER LETTER CENTRED LEFT HALF RING", "#cceff2"]
, ["uni02E7_uni02E8_uni02E6", null, null, "#dddddd"]
, ["uni02E7_uni02E8_uni02E5", null, null, "#dddddd"]
, ["omegaclosed", 631, "LATIN SMALL LETTER CLOSED OMEGA"]
, ["uni1DE2", 7650, "COMBINING LATIN LETTER SMALL CAPITAL R", "#f9e2e2"]
, ["OI", 418, "LATIN CAPITAL LETTER OI"]
, ["xsupnosp", 829, "COMBINING X ABOVE", "#f9e2e2"]
, ["ascriptturn_uni02DE", null, null, "#dddddd"]
, ["sampi", 993, "GREEK SMALL LETTER SAMPI"]
, ["uni02E9_uni02E7_uni02E6", null, null, "#dddddd"]
, ["epsilon1revclosed_uni02DE", null, null, "#dddddd"]
, ["uni02E9_uni02E7_uni02E7", null, null, "#dddddd"]
, ["uni02E5_uni02E9_uni02E5", null, null, "#dddddd"]
, ["eshshortrev", 645, "LATIN SMALL LETTER SQUAT REVERSED ESH"]
, ["ounce", 8485, "OUNCE SIGN", "#cceff2"]
, ["vscript", 651, "LATIN SMALL LETTER V WITH HOOK"]
, ["acuterightnosp", 833, "COMBINING ACUTE TONE MARK", "#f9e2e2"]
, ["barmidlongnosp", 822, "COMBINING LONG STROKE OVERLAY", "#f9e2e2"]
, ["uni02E6_uni02E6_uni02E9", null, null, "#dddddd"]
, ["tildevertsupnosp", 830, "COMBINING VERTICAL TILDE", "#f9e2e2"]
, ["dotmacroncomb", null, null, "#dddddd"]
, ["linevertdblnosp", 782, "COMBINING DOUBLE VERTICAL LINE ABOVE", "#f9e2e2"]
@ -1297,7 +1163,6 @@
, ["minussubnosp", 800, "COMBINING MINUS SIGN BELOW", "#f9e2e2"]
, ["rturnsuper", 692, "MODIFIER LETTER SMALL TURNED R"]
, ["linevert", 712, "MODIFIER LETTER VERTICAL LINE"]
, ["uni02E5_uni02E6_uni02E5", null, null, "#dddddd"]
, ["addresssubject", 8449, "ADDRESSED TO THE SUBJECT", "#cceff2"]
, ["eight.frac", null, null, "#dddddd"]
, ["primetriplerev1", 8247, "REVERSED TRIPLE PRIME", "#efefef"]
@ -1336,8 +1201,6 @@
, ["psilipneumatacyrilliccmb", 1158, "COMBINING CYRILLIC PSILI PNEUMATA", "#f9e2e2"]
, ["uni0489", 1161, "COMBINING CYRILLIC MILLIONS SIGN", "#f9e2e2"]
, ["uni0488", 1160, "COMBINING CYRILLIC HUNDRED THOUSANDS SIGN", "#f9e2e2"]
, ["uni02E5_uni02E5_uni02E6", null, null, "#dddddd"]
, ["uni02E5_uni02E5_uni02E7", null, null, "#dddddd"]
, ["uni20F0", 8432, "COMBINING ASTERISK ABOVE", "#f9e2e2"]
, ["eshcurl", 646, "LATIN SMALL LETTER ESH WITH CURL"]
, ["quotereversed", 8219, "SINGLE HIGH-REVERSED-9 QUOTATION MARK", "#efefef"]
@ -1369,7 +1232,6 @@
, ["ezhreversed", 441, "LATIN SMALL LETTER EZH REVERSED"]
, ["Ezh", 439, "LATIN CAPITAL LETTER EZH"]
, ["romanfifty", 8556, "ROMAN NUMERAL FIFTY", "#e2f4ea"]
, ["uni02E8_uni02E6_uni02E5", null, null, "#dddddd"]
, ["ringhalfright", 702, "MODIFIER LETTER RIGHT HALF RING"]
, ["Ismallcap", 618, "LATIN LETTER SMALL CAPITAL I"]
, ["uptackmod", 724, "MODIFIER LETTER UP TACK", "#cceff2"]
@ -1407,13 +1269,9 @@
, ["uni209A", 8346, "LATIN SUBSCRIPT SMALL LETTER P"]
, ["uni209B", 8347, "LATIN SUBSCRIPT SMALL LETTER S"]
, ["uni209C", 8348, "LATIN SUBSCRIPT SMALL LETTER T"]
, ["uni02E6_uni02E6_uni02E7", null, null, "#dddddd"]
, ["uni02E6_uni02E6_uni02E8", null, null, "#dddddd"]
, ["uni02E6_uni02E5_uni02E7", null, null, "#dddddd"]
, ["commaaccentrotate", null, null, "#dddddd"]
, ["esh", 643, "LATIN SMALL LETTER ESH"]
, ["cyrillictic", null, null, "#dddddd"]
, ["uni02E8_uni02E7_uni02E6", null, null, "#dddddd"]
, ["uni1DEE", 7662, "COMBINING LATIN SMALL LETTER P", "#f9e2e2"]
, ["uni1DED", 7661, "COMBINING LATIN SMALL LETTER O WITH LIGHT CENTRALIZATION STROKE", "#f9e2e2"]
, ["uni1DEF", 7663, "COMBINING LATIN SMALL LETTER ESH", "#f9e2e2"]

View file

@ -1223,22 +1223,16 @@ document.head.appendChild(fontCSS)
<!-- <label><input type="checkbox" class="featopt" name="feat:dlig"> Enable dlig</label> -->
<!-- <label><input type="checkbox" class="featopt" name="feat:onum"> Enable onum</label> -->
<!-- <label><input type="checkbox" class="featopt" name="feat:pnum"> Enable pnum</label> -->
<label><input type="checkbox" class="featopt" name="feat:tnum"> Enable tnum *</label>
<label><input type="checkbox" class="featopt" name="feat:tnum"> Enable tnum</label>
<!-- <label><input type="checkbox" class="featopt" name="feat:lnum"> Enable lnum</label> -->
<!-- <label><input type="checkbox" class="featopt" name="feat:kern"> Enable kern</label> -->
<label><input type="checkbox" class="featopt" name="feat:case"> Enable case *</label>
<label><input type="checkbox" class="featopt" name="feat:calt=0"> <em>Disable</em> calt *</label>
<label><input type="checkbox" class="featopt" name="feat:zero"> Enable (slashed) zero *</label>
<label><input type="checkbox" class="featopt" name="feat:frac"> Enable frac(tions) *</label>
<label><input type="checkbox" class="featopt" name="feat:case"> Enable case</label>
<label><input type="checkbox" class="featopt" name="feat:calt=0"> <em>Disable</em> calt</label>
<label><input type="checkbox" class="featopt" name="feat:zero"> Enable (slashed) zero</label>
<label><input type="checkbox" class="featopt" name="feat:frac"> Enable frac(tions)</label>
<!-- <label><input type="checkbox" class="featopt" name="feat:c2sc"> Enable c2sc</label> -->
<label><input type="checkbox" class="featopt" name="feat:ss01"> Enable Stylistic set 1 *</label>
<label><input type="checkbox" class="featopt" name="feat:ss02"> Enable Stylistic set 2</label>
<label><input type="checkbox" class="featopt" name="feat:ss03"> Enable Stylistic set 3</label>
<label><input type="checkbox" class="featopt" name="feat:ss04"> Enable Stylistic set 4</label>
<label><input type="checkbox" class="featopt" name="feat:ss05"> Enable Stylistic set 5</label>
<label><input type="checkbox" class="featopt" name="feat:ss06"> Enable Stylistic set 6</label>
<label><input type="checkbox" class="featopt" name="feat:ss01"> Enable Stylistic set 1</label>
<!-- <label><input type="checkbox" class="featopt" name="feat:salt"> Enable Stylistic alternates</label> -->
<small>* currently implemented</small>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 KiB

After

Width:  |  Height:  |  Size: 364 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 146 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 177 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 238 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 105 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

After

Width:  |  Height:  |  Size: 253 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 113 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 241 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 137 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 99 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

After

Width:  |  Height:  |  Size: 8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Before After
Before After

59
misc/doc/inter-ui.css Normal file
View file

@ -0,0 +1,59 @@
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 400;
src: url("Inter-UI-Regular.woff2") format("woff2"),
url("Inter-UI-Regular.woff") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 400;
src: url("Inter-UI-Italic.woff2") format("woff2"),
url("Inter-UI-Italic.woff") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 500;
src: url("Inter-UI-Medium.woff2") format("woff2"),
url("Inter-UI-Medium.woff") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 500;
src: url("Inter-UI-MediumItalic.woff2") format("woff2"),
url("Inter-UI-MediumItalic.woff") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 700;
src: url("Inter-UI-Bold.woff2") format("woff2"),
url("Inter-UI-Bold.woff") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 700;
src: url("Inter-UI-BoldItalic.woff2") format("woff2"),
url("Inter-UI-BoldItalic.woff") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 900;
src: url("Inter-UI-Black.woff2") format("woff2"),
url("Inter-UI-Black.woff") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 900;
src: url("Inter-UI-BlackItalic.woff2") format("woff2"),
url("Inter-UI-BlackItalic.woff") format("woff");
}