Skip to content

Commit

Permalink
Release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Nov 30, 2017
1 parent f40c3a0 commit 96fb366
Show file tree
Hide file tree
Showing 60 changed files with 3,246 additions and 2,801 deletions.
Binary file modified docs/font-files/Inter-UI-Black.otf
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Black.woff
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Black.woff2
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-BlackItalic.otf
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-BlackItalic.woff
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-BlackItalic.woff2
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Bold.otf
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Bold.woff
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Bold.woff2
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-BoldItalic.otf
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-BoldItalic.woff
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-BoldItalic.woff2
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Italic.otf
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Italic.woff
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Italic.woff2
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Medium.otf
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Medium.woff
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Medium.woff2
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-MediumItalic.otf
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-MediumItalic.woff
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-MediumItalic.woff2
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Regular.otf
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Regular.woff
Binary file not shown.
Binary file modified docs/font-files/Inter-UI-Regular.woff2
Binary file not shown.
1,016 changes: 508 additions & 508 deletions docs/glyphs/index.html

Large diffs are not rendered by default.

4,938 changes: 2,689 additions & 2,249 deletions docs/glyphs/metrics.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ <h2><a id="sample" href="#samples">Samples</a></h2>
<img src="res/sample/07.png" srcset="res/sample/07@2x.png 2x" width="888">
<img src="res/sample/08.png" srcset="res/sample/08@2x.png 2x" width="888">
<img src="res/sample/09.png" srcset="res/sample/09@2x.png 2x" width="888">
<img src="res/sample/10.png" srcset="res/sample/10@2x.png 2x" width="888">
<img src="res/sample/11.png" srcset="res/sample/11@2x.png 2x" width="888">
<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">
</p>
<p style="text-align:center">
<a href="https://www.figma.com/file/WmU5NWr52bnUcqv5os0V4sWi/" class="plain">Open these samples in Figma</a>
Expand Down
32 changes: 16 additions & 16 deletions docs/inter-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,58 @@
font-family: 'Inter UI';
font-style: normal;
font-weight: 400;
src: url("font-files/Inter-UI-Regular.woff2?v=2.2") format("woff2"),
url("font-files/Inter-UI-Regular.woff?v=2.2") format("woff");
src: url("font-files/Inter-UI-Regular.woff2?v=2.3") format("woff2"),
url("font-files/Inter-UI-Regular.woff?v=2.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 400;
src: url("font-files/Inter-UI-Italic.woff2?v=2.2") format("woff2"),
url("font-files/Inter-UI-Italic.woff?v=2.2") format("woff");
src: url("font-files/Inter-UI-Italic.woff2?v=2.3") format("woff2"),
url("font-files/Inter-UI-Italic.woff?v=2.3") format("woff");
}

@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 500;
src: url("font-files/Inter-UI-Medium.woff2?v=2.2") format("woff2"),
url("font-files/Inter-UI-Medium.woff?v=2.2") format("woff");
src: url("font-files/Inter-UI-Medium.woff2?v=2.3") format("woff2"),
url("font-files/Inter-UI-Medium.woff?v=2.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 500;
src: url("font-files/Inter-UI-MediumItalic.woff2?v=2.2") format("woff2"),
url("font-files/Inter-UI-MediumItalic.woff?v=2.2") format("woff");
src: url("font-files/Inter-UI-MediumItalic.woff2?v=2.3") format("woff2"),
url("font-files/Inter-UI-MediumItalic.woff?v=2.3") format("woff");
}

@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 700;
src: url("font-files/Inter-UI-Bold.woff2?v=2.2") format("woff2"),
url("font-files/Inter-UI-Bold.woff?v=2.2") format("woff");
src: url("font-files/Inter-UI-Bold.woff2?v=2.3") format("woff2"),
url("font-files/Inter-UI-Bold.woff?v=2.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 700;
src: url("font-files/Inter-UI-BoldItalic.woff2?v=2.2") format("woff2"),
url("font-files/Inter-UI-BoldItalic.woff?v=2.2") format("woff");
src: url("font-files/Inter-UI-BoldItalic.woff2?v=2.3") format("woff2"),
url("font-files/Inter-UI-BoldItalic.woff?v=2.3") format("woff");
}

@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 900;
src: url("font-files/Inter-UI-Black.woff2?v=2.2") format("woff2"),
url("font-files/Inter-UI-Black.woff?v=2.2") format("woff");
src: url("font-files/Inter-UI-Black.woff2?v=2.3") format("woff2"),
url("font-files/Inter-UI-Black.woff?v=2.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 900;
src: url("font-files/Inter-UI-BlackItalic.woff2?v=2.2") format("woff2"),
url("font-files/Inter-UI-BlackItalic.woff?v=2.2") format("woff");
src: url("font-files/Inter-UI-BlackItalic.woff2?v=2.3") format("woff2"),
url("font-files/Inter-UI-BlackItalic.woff?v=2.3") format("woff");
}
54 changes: 27 additions & 27 deletions docs/lab/glyphinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
, [".notdef", null, null, "#dddddd"]
, ["space", 32, "SPACE", "#ede5f9"]
, ["A", 65, "LATIN CAPITAL LETTER A", "#dbeaf7"]
, ["Adieresis", 196, "LATIN CAPITAL LETTER A WITH DIAERESIS"]
, ["Atilde", 195, "LATIN CAPITAL LETTER A WITH TILDE"]
, ["uni023A", 570, "LATIN CAPITAL LETTER A WITH STROKE"]
, ["Lambda", 923, "GREEK CAPITAL LETTER LAMDA"]
, ["AE", 198, "LATIN CAPITAL LETTER AE"]
Expand Down Expand Up @@ -35,9 +37,10 @@
, ["Enghecyrillic", 1188, "CYRILLIC CAPITAL LIGATURE EN GHE"]
, ["uni01F6", 502, "LATIN CAPITAL LETTER HWAIR"]
, ["I", 73, "LATIN CAPITAL LETTER I", "#dbeaf7"]
, ["Idieresisacute", 7726, "LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE", "<derived>"]
, ["Idieresis", 207, "LATIN CAPITAL LETTER I WITH DIAERESIS"]
, ["Idieresisacute", 7726, "LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE"]
, ["Istroke", 407, "LATIN CAPITAL LETTER I WITH STROKE"]
, ["Itildebelow", 7724, "LATIN CAPITAL LETTER I WITH TILDE BELOW", "<derived>"]
, ["Itildebelow", 7724, "LATIN CAPITAL LETTER I WITH TILDE BELOW"]
, ["J", 74, "LATIN CAPITAL LETTER J", "#dbeaf7"]
, ["uni0248", 584, "LATIN CAPITAL LETTER J WITH STROKE"]
, ["K", 75, "LATIN CAPITAL LETTER K", "#dbeaf7"]
Expand All @@ -56,6 +59,8 @@
, ["uni048A", 1162, "CYRILLIC CAPITAL LETTER SHORT I WITH TAIL"]
, ["uni0376", 886, "GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA"]
, ["O", 79, "LATIN CAPITAL LETTER O", "#dbeaf7"]
, ["Odieresis", 214, "LATIN CAPITAL LETTER O WITH DIAERESIS"]
, ["Otilde", 213, "LATIN CAPITAL LETTER O WITH TILDE"]
, ["Oslash", 216, "LATIN CAPITAL LETTER O WITH STROKE"]
, ["Ohorn", 416, "LATIN CAPITAL LETTER O WITH HORN"]
, ["P", 80, "LATIN CAPITAL LETTER P", "#dbeaf7"]
Expand Down Expand Up @@ -89,6 +94,8 @@
, ["uni2C7F", 11391, "LATIN CAPITAL LETTER Z WITH SWASH TAIL"]
, ["OE", 338, "LATIN CAPITAL LIGATURE OE"]
, ["a", 97, "LATIN SMALL LETTER A", "#dbeaf7"]
, ["adieresis", 228, "LATIN SMALL LETTER A WITH DIAERESIS"]
, ["atilde", 227, "LATIN SMALL LETTER A WITH TILDE"]
, ["a_uni02DE"]
, ["ae", 230, "LATIN SMALL LETTER AE"]
, ["aturn", 592, "LATIN SMALL LETTER TURNED A"]
Expand All @@ -106,15 +113,16 @@
, ["dhook", 599, "LATIN SMALL LETTER D WITH HOOK"]
, ["dtopbar", 396, "LATIN SMALL LETTER D WITH TOPBAR"]
, ["uni0221", 545, "LATIN SMALL LETTER D WITH CURL"]
, ["dz", 675, "LATIN SMALL LETTER DZ DIGRAPH", "<derived>"]
, ["dz", 675, "LATIN SMALL LETTER DZ DIGRAPH"]
, ["dzcaron", 454, "LATIN SMALL LETTER DZ WITH CARON"]
, ["dzcurl", 677, "LATIN SMALL LETTER DZ DIGRAPH WITH CURL"]
, ["dyogh", 676, "LATIN SMALL LETTER DEZH DIGRAPH"]
, ["e", 101, "LATIN SMALL LETTER E", "#dbeaf7"]
, ["edieresis", 235, "LATIN SMALL LETTER E WITH DIAERESIS"]
, ["uni0247", 583, "LATIN SMALL LETTER E WITH STROKE"]
, ["f", 102, "LATIN SMALL LETTER F", "#dbeaf7"]
, ["slongstroke", 7836, "LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE"]
, ["slongdotaccent", 7835, "LATIN SMALL LETTER LONG S WITH DOT ABOVE", "<derived>"]
, ["slongdotaccent", 7835, "LATIN SMALL LETTER LONG S WITH DOT ABOVE"]
, ["feng", 681, "LATIN SMALL LETTER FENG DIGRAPH"]
, ["g", 103, "LATIN SMALL LETTER G", "#dbeaf7"]
, ["ghook", 608, "LATIN SMALL LETTER G WITH HOOK"]
Expand All @@ -131,8 +139,10 @@
, ["hturnhook2", 687, "LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL"]
, ["dotlessi", 305, "LATIN SMALL LETTER DOTLESS I"]
, ["i", 105, "LATIN SMALL LETTER I", "#dbeaf7"]
, ["idieresisacute", 7727, "LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE", "<derived>"]
, ["itildebelow", 7725, "LATIN SMALL LETTER I WITH TILDE BELOW", "<derived>"]
, ["idieresis", 239, "LATIN SMALL LETTER I WITH DIAERESIS"]
, ["idieresisacute", 7727, "LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE"]
, ["itilde", 297, "LATIN SMALL LETTER I WITH TILDE"]
, ["itildebelow", 7725, "LATIN SMALL LETTER I WITH TILDE BELOW"]
, ["ibar", 616, "LATIN SMALL LETTER I WITH STROKE"]
, ["dotlessj", 567, "LATIN SMALL LETTER DOTLESS J", "#dbeaf7"]
, ["jdotlessbar", 607, "LATIN SMALL LETTER DOTLESS J WITH STROKE"]
Expand All @@ -154,13 +164,17 @@
, ["mturn", 623, "LATIN SMALL LETTER TURNED M"]
, ["mturndescend", 624, "LATIN SMALL LETTER TURNED M WITH LONG LEG"]
, ["n", 110, "LATIN SMALL LETTER N", "#dbeaf7"]
, ["ntilde", 241, "LATIN SMALL LETTER N WITH TILDE"]
, ["nrthook", 627, "LATIN SMALL LETTER N WITH RETROFLEX HOOK"]
, ["eng", 331, "LATIN SMALL LETTER ENG"]
, ["ncurl", 565, "LATIN SMALL LETTER N WITH CURL"]
, ["nlfthook", 626, "LATIN SMALL LETTER N WITH LEFT HOOK"]
, ["o", 111, "LATIN SMALL LETTER O", "#dbeaf7"]
, ["odieresis", 246, "LATIN SMALL LETTER O WITH DIAERESIS"]
, ["otilde", 245, "LATIN SMALL LETTER O WITH TILDE"]
, ["oslash", 248, "LATIN SMALL LETTER O WITH STROKE"]
, ["ohorn", 417, "LATIN SMALL LETTER O WITH HORN"]
, ["fitacyrillic", 1139, "CYRILLIC SMALL LETTER FITA"]
, ["oe", 339, "LATIN SMALL LIGATURE OE"]
, ["p", 112, "LATIN SMALL LETTER P", "#dbeaf7"]
, ["uni048F", 1167, "CYRILLIC SMALL LETTER ER WITH TICK"]
Expand Down Expand Up @@ -188,15 +202,19 @@
, ["tccurl", 680, "LATIN SMALL LETTER TC DIGRAPH WITH CURL"]
, ["tturn", 647, "LATIN SMALL LETTER TURNED T"]
, ["u", 117, "LATIN SMALL LETTER U", "#dbeaf7"]
, ["udieresis", 252, "LATIN SMALL LETTER U WITH DIAERESIS"]
, ["utilde", 361, "LATIN SMALL LETTER U WITH TILDE"]
, ["uhorn", 432, "LATIN SMALL LETTER U WITH HORN"]
, ["mu", 181, "MICRO SIGN"]
, ["ubar", 649, "LATIN SMALL LETTER U BAR"]
, ["v", 118, "LATIN SMALL LETTER V", "#dbeaf7"]
, ["vturn", 652, "LATIN SMALL LETTER TURNED V"]
, ["w", 119, "LATIN SMALL LETTER W", "#dbeaf7"]
, ["wdieresis", 7813, "LATIN SMALL LETTER W WITH DIAERESIS"]
, ["wturn", 653, "LATIN SMALL LETTER TURNED W"]
, ["x", 120, "LATIN SMALL LETTER X", "#dbeaf7"]
, ["y", 121, "LATIN SMALL LETTER Y", "#dbeaf7"]
, ["ydieresis", 255, "LATIN SMALL LETTER Y WITH DIAERESIS"]
, ["yhook", 436, "LATIN SMALL LETTER Y WITH HOOK"]
, ["uni024F", 591, "LATIN SMALL LETTER Y WITH STROKE"]
, ["yturn", 654, "LATIN SMALL LETTER TURNED Y"]
Expand Down Expand Up @@ -234,7 +252,7 @@
, ["afii10147", 1138, "CYRILLIC CAPITAL LETTER FITA"]
, ["afii10145", 1039, "CYRILLIC CAPITAL LETTER DZHE"]
, ["afii10037", 1059, "CYRILLIC CAPITAL LETTER U"]
, ["afii10038", 1060, "CYRILLIC CAPITAL LETTER EF", "<derived>"]
, ["afii10038", 1060, "CYRILLIC CAPITAL LETTER EF"]
, ["afii10040", 1062, "CYRILLIC CAPITAL LETTER TSE"]
, ["Tetsecyrillic", 1204, "CYRILLIC CAPITAL LIGATURE TE TSE"]
, ["afii10041", 1063, "CYRILLIC CAPITAL LETTER CHE"]
Expand Down Expand Up @@ -311,7 +329,6 @@
, ["enghecyrillic", 1189, "CYRILLIC SMALL LIGATURE EN GHE"]
, ["enhookcyrillic", 1224, "CYRILLIC SMALL LETTER EN WITH HOOK"]
, ["uni04CA", 1226, "CYRILLIC SMALL LETTER EN WITH TAIL"]
, ["fitacyrillic", 1139, "CYRILLIC SMALL LETTER FITA"]
, ["pecyrillic", 1087, "CYRILLIC SMALL LETTER PE"]
, ["tecyrillic", 1090, "CYRILLIC SMALL LETTER TE"]
, ["efcyrillic", 1092, "CYRILLIC SMALL LETTER EF"]
Expand All @@ -327,8 +344,8 @@
, ["softsigncyrillic", 1100, "CYRILLIC SMALL LETTER SOFT SIGN"]
, ["hardsigncyrillic", 1098, "CYRILLIC SMALL LETTER HARD SIGN"]
, ["yericyrillic", 1099, "CYRILLIC SMALL LETTER YERU"]
, ["uni048D", 1165, "CYRILLIC SMALL LETTER SEMISOFT SIGN", "<derived>"]
, ["yatcyrillic", 1123, "CYRILLIC SMALL LETTER YAT", "<derived>"]
, ["uni048D", 1165, "CYRILLIC SMALL LETTER SEMISOFT SIGN"]
, ["yatcyrillic", 1123, "CYRILLIC SMALL LETTER YAT"]
, ["ljecyrillic", 1113, "CYRILLIC SMALL LETTER LJE"]
, ["njecyrillic", 1114, "CYRILLIC SMALL LETTER NJE"]
, ["ereversedcyrillic", 1101, "CYRILLIC SMALL LETTER E"]
Expand Down Expand Up @@ -1438,8 +1455,6 @@
, ["Agrave", 192, "LATIN CAPITAL LETTER A WITH GRAVE", "<derived>"]
, ["Aacute", 193, "LATIN CAPITAL LETTER A WITH ACUTE", "<derived>"]
, ["Acircumflex", 194, "LATIN CAPITAL LETTER A WITH CIRCUMFLEX", "<derived>"]
, ["Atilde", 195, "LATIN CAPITAL LETTER A WITH TILDE", "<derived>"]
, ["Adieresis", 196, "LATIN CAPITAL LETTER A WITH DIAERESIS", "<derived>"]
, ["Aring", 197, "LATIN CAPITAL LETTER A WITH RING ABOVE", "<derived>"]
, ["Aringacute", 506, "LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE", "<derived>"]
, ["Ccedilla", 199, "LATIN CAPITAL LETTER C WITH CEDILLA", "<derived>"]
Expand All @@ -1450,13 +1465,10 @@
, ["Igrave", 204, "LATIN CAPITAL LETTER I WITH GRAVE", "<derived>"]
, ["Iacute", 205, "LATIN CAPITAL LETTER I WITH ACUTE", "<derived>"]
, ["Icircumflex", 206, "LATIN CAPITAL LETTER I WITH CIRCUMFLEX", "<derived>"]
, ["Idieresis", 207, "LATIN CAPITAL LETTER I WITH DIAERESIS", "<derived>"]
, ["Ntilde", 209, "LATIN CAPITAL LETTER N WITH TILDE", "<derived>"]
, ["Ograve", 210, "LATIN CAPITAL LETTER O WITH GRAVE", "<derived>"]
, ["Oacute", 211, "LATIN CAPITAL LETTER O WITH ACUTE", "<derived>"]
, ["Ocircumflex", 212, "LATIN CAPITAL LETTER O WITH CIRCUMFLEX", "<derived>"]
, ["Otilde", 213, "LATIN CAPITAL LETTER O WITH TILDE", "<derived>"]
, ["Odieresis", 214, "LATIN CAPITAL LETTER O WITH DIAERESIS", "<derived>"]
, ["Ugrave", 217, "LATIN CAPITAL LETTER U WITH GRAVE", "<derived>"]
, ["Uacute", 218, "LATIN CAPITAL LETTER U WITH ACUTE", "<derived>"]
, ["Ucircumflex", 219, "LATIN CAPITAL LETTER U WITH CIRCUMFLEX", "<derived>"]
Expand All @@ -1465,31 +1477,22 @@
, ["agrave", 224, "LATIN SMALL LETTER A WITH GRAVE", "<derived>"]
, ["aacute", 225, "LATIN SMALL LETTER A WITH ACUTE", "<derived>"]
, ["acircumflex", 226, "LATIN SMALL LETTER A WITH CIRCUMFLEX", "<derived>"]
, ["atilde", 227, "LATIN SMALL LETTER A WITH TILDE", "<derived>"]
, ["adieresis", 228, "LATIN SMALL LETTER A WITH DIAERESIS", "<derived>"]
, ["aring", 229, "LATIN SMALL LETTER A WITH RING ABOVE", "<derived>"]
, ["aringacute", 507, "LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE", "<derived>"]
, ["ccedilla", 231, "LATIN SMALL LETTER C WITH CEDILLA", "<derived>"]
, ["egrave", 232, "LATIN SMALL LETTER E WITH GRAVE", "<derived>"]
, ["eacute", 233, "LATIN SMALL LETTER E WITH ACUTE", "<derived>"]
, ["ecircumflex", 234, "LATIN SMALL LETTER E WITH CIRCUMFLEX", "<derived>"]
, ["edieresis", 235, "LATIN SMALL LETTER E WITH DIAERESIS", "<derived>"]
, ["igrave", 236, "LATIN SMALL LETTER I WITH GRAVE", "<derived>"]
, ["iacute", 237, "LATIN SMALL LETTER I WITH ACUTE", "<derived>"]
, ["icircumflex", 238, "LATIN SMALL LETTER I WITH CIRCUMFLEX", "<derived>"]
, ["idieresis", 239, "LATIN SMALL LETTER I WITH DIAERESIS", "<derived>"]
, ["ntilde", 241, "LATIN SMALL LETTER N WITH TILDE", "<derived>"]
, ["ograve", 242, "LATIN SMALL LETTER O WITH GRAVE", "<derived>"]
, ["oacute", 243, "LATIN SMALL LETTER O WITH ACUTE", "<derived>"]
, ["ocircumflex", 244, "LATIN SMALL LETTER O WITH CIRCUMFLEX", "<derived>"]
, ["otilde", 245, "LATIN SMALL LETTER O WITH TILDE", "<derived>"]
, ["odieresis", 246, "LATIN SMALL LETTER O WITH DIAERESIS", "<derived>"]
, ["ugrave", 249, "LATIN SMALL LETTER U WITH GRAVE", "<derived>"]
, ["uacute", 250, "LATIN SMALL LETTER U WITH ACUTE", "<derived>"]
, ["ucircumflex", 251, "LATIN SMALL LETTER U WITH CIRCUMFLEX", "<derived>"]
, ["udieresis", 252, "LATIN SMALL LETTER U WITH DIAERESIS", "<derived>"]
, ["yacute", 253, "LATIN SMALL LETTER Y WITH ACUTE", "<derived>"]
, ["ydieresis", 255, "LATIN SMALL LETTER Y WITH DIAERESIS", "<derived>"]
, ["Amacron", 256, "LATIN CAPITAL LETTER A WITH MACRON", "<derived>"]
, ["amacron", 257, "LATIN SMALL LETTER A WITH MACRON", "<derived>"]
, ["Abreve", 258, "LATIN CAPITAL LETTER A WITH BREVE", "<derived>"]
Expand Down Expand Up @@ -1523,7 +1526,6 @@
, ["Hcircumflex", 292, "LATIN CAPITAL LETTER H WITH CIRCUMFLEX", "<derived>"]
, ["hcircumflex", 293, "LATIN SMALL LETTER H WITH CIRCUMFLEX", "<derived>"]
, ["Itilde", 296, "LATIN CAPITAL LETTER I WITH TILDE", "<derived>"]
, ["itilde", 297, "LATIN SMALL LETTER I WITH TILDE", "<derived>"]
, ["Imacron", 298, "LATIN CAPITAL LETTER I WITH MACRON", "<derived>"]
, ["imacron", 299, "LATIN SMALL LETTER I WITH MACRON", "<derived>"]
, ["Ibreve", 300, "LATIN CAPITAL LETTER I WITH BREVE", "<derived>"]
Expand Down Expand Up @@ -1574,7 +1576,6 @@
, ["Tcaron", 356, "LATIN CAPITAL LETTER T WITH CARON", "<derived>"]
, ["tcaron", 357, "LATIN SMALL LETTER T WITH CARON", "<derived>"]
, ["Utilde", 360, "LATIN CAPITAL LETTER U WITH TILDE", "<derived>"]
, ["utilde", 361, "LATIN SMALL LETTER U WITH TILDE", "<derived>"]
, ["Umacron", 362, "LATIN CAPITAL LETTER U WITH MACRON", "<derived>"]
, ["umacron", 363, "LATIN SMALL LETTER U WITH MACRON", "<derived>"]
, ["Ubreve", 364, "LATIN CAPITAL LETTER U WITH BREVE", "<derived>"]
Expand Down Expand Up @@ -1640,7 +1641,6 @@
, ["Wacute", 7810, "LATIN CAPITAL LETTER W WITH ACUTE", "<derived>"]
, ["wacute", 7811, "LATIN SMALL LETTER W WITH ACUTE", "<derived>"]
, ["Wdieresis", 7812, "LATIN CAPITAL LETTER W WITH DIAERESIS", "<derived>"]
, ["wdieresis", 7813, "LATIN SMALL LETTER W WITH DIAERESIS", "<derived>"]
, ["Ygrave", 7922, "LATIN CAPITAL LETTER Y WITH GRAVE", "<derived>"]
, ["ygrave", 7923, "LATIN SMALL LETTER Y WITH GRAVE", "<derived>"]
, ["minute", 8242, "PRIME", "<derived>"]
Expand Down
Binary file modified docs/res/poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/01@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/02@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/03@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/04@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/05@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/06@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/07@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/08@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/res/sample/09@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/res/sample/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/res/sample/10@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/res/sample/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/res/sample/11@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/res/sample/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/res/sample/12@2x.png
Binary file added docs/res/sample/13.png
Binary file added docs/res/sample/13@2x.png
Binary file added docs/res/sample/14.png
Binary file added docs/res/sample/14@2x.png
2 changes: 1 addition & 1 deletion docs/res/weights-and-styles.svg

Large diffs are not rendered by default.

0 comments on commit 96fb366

Please sign in to comment.