diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..31c1540
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,58 @@
+## Modifications since last major version
+
+### 27.1.0
+
+* \[**Breaking**\] Change of variant names:
+ - `five`.`vertical-upper-left-bar` → `five`.`upright-arched`
+ - `five`.`oblique-upper-left-bar` → `five`.`oblique-arched`
+* Add characters:
+ - CYRILLIC CAPITAL LETTER DCHE (`U+052C`) (#1897).
+ - CYRILLIC SMALL LETTER DCHE (`U+052D`) (#1897).
+* Add separate variant selector `VXAA` for Cyrillic Lower Er (`р`) (#2006).
+* Add separate variant selector `VXAB` for Cyrillic Lower U (`у`) (#2006).
+* Add flat middle stroke variant for `5` (#1995).
+* Fix variants for Serbian Cyrillic Lower Pe (`п`).
+
+
+### 27.0.2
+
+* Add Characters
+ - LATIN LETTER SMALL CAPITAL R WITH RIGHT LEG (`U+AB46`).
+* Add variants for Cyrillic lower Ef (`ф`) with a split bowl (#1992).
+* Add Bulgarian local variants for Cyrillic Ef (`Ф`,`ф`).
+* Fix serifs in `U+01A6`.
+* Improve serifs of Turn M (`U+019C`, `U+026F`) under quasi-proportional.
+* Make Turn h (`U+0265`) and Turn M with Long Leg (`U+0270`) follow serif variants of `u`.
+* Optimize geometry for `U+A65A` and `U+A65B` under extended width.
+* Fix assignment of `8` for `ss14` (#1999).
+
+
+### 27.0.1
+
+* Add Characters
+ - VERY MUCH LESS-THAN (`U+22D8`) (#1990).
+ - VERY MUCH GREATER-THAN (`U+22D9`) (#1990).
+
+
+### 27.0.0
+
+* \[**Breaking**\] Variants for `π`, `τ` and `«` are inserted into the main tag sequence. As a consequence, variant features after them have the tags changed.
+* \[**Breaking**\] Reordered variants of Eszet.
+* \[**Breaking**\] Change of variant names:
+ - `upper-r`.`straight-motion-serifed` → `upper-r`.`straight-top-left-serifed`
+ - `upper-r`.`curly-motion-serifed` → `upper-r`.`curly-top-left-serifed`
+ - `upper-r`.`standing-motion-serifed` → `upper-r`.`standing-top-left-serifed`
+ - `upper-r`.`straight-open-motion-serifed` → `upper-r`.`straight-open-top-left-serifed`
+ - `upper-r`.`curly-open-motion-serifed` → `upper-r`.`curly-open-top-left-serifed`
+ - `upper-r`.`standing-open-motion-serifed` → `upper-r`.`standing-open-top-left-serifed`
+* Add characters:
+ - COMBINING RING OVERLAY (`U+20D8`).
+* Add bottom-right and top-left bottom-right serifed variants of `R`.
+* Add bottom-left motion serifed variants of Cyrillic Ya (`Я`,`я`).
+* Add cursive variants for Cyrillic Capital/Small Zhe (`Ж`,`ж`) (#1762).
+* Allow R Rotunda (`U+A75A`, `U+A75B`) and Indian Rupee Sign (`U+20B9`) to have a bottom-right serif.
+* Add OpenType `zero` feature (#1966).
+* Fix broken geometry of `U+AB3A` under condensed width.
+* Improve bowl shape of Latin Phi (`U+0278`).
+* Fix dot radius of COMBINING THREE DOTS ABOVE (`U+20DB`), COMBINING FOUR DOTS ABOVE (`U+20DC`), and COMBINING TRIPLE UNDERDOT (`U+20D8`).
+
diff --git a/README.md b/README.md
index a64a2e5..c5a86e2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-
+
+
+------------
@@ -26,6 +28,10 @@
### Manual Installation
1. Download your font package from [releases](https://github.com/be5invis/Iosevka/releases).
+ * For Linux users you could use the following command to download all the packages in the latest release:
+ ```bash
+ curl -s 'https://api.github.com/repos/be5invis/Iosevka/releases/latest' | jq -r ".assets[] | .browser_download_url" | grep ttf-iosevka | xargs -n 1 curl -L -O --fail --silent --show-error
+ ```
2. Quit all your editors / programs.
3. Unarchive the font package and you will see the font files.
4. Take actions depending on your OS:
diff --git a/_service b/_service
index 3df86c6..b3ae8b4 100644
--- a/_service
+++ b/_service
@@ -1,3 +1,3 @@
-
+
diff --git a/iosevka-fonts.changes b/iosevka-fonts.changes
index 5de85c4..9ad6296 100644
--- a/iosevka-fonts.changes
+++ b/iosevka-fonts.changes
@@ -1,3 +1,258 @@
+-------------------------------------------------------------------
+Sat Sep 30 13:54:45 UTC 2023 - Anton Shvetz
+
+- Update to v27.1.0
+ * Changes of version 27.1.0
+ = [Breaking] Change of variant names:
+ ~ five.vertical-upper-left-bar → five.upright-arched
+ ~ five.oblique-upper-left-bar → five.oblique-arched
+ = Add characters:
+ ~ CYRILLIC CAPITAL LETTER DCHE (U+052C) (#1897).
+ ~ CYRILLIC SMALL LETTER DCHE (U+052D) (#1897).
+ = Add separate variant selector VXAA for Cyrillic Lower Er (р)
+ (#2006).
+ = Add separate variant selector VXAB for Cyrillic Lower U (у)
+ (#2006).
+ = Add flat middle stroke variant for 5 (#1995).
+ = Fix variants for Serbian Cyrillic Lower Pe (п).
+
+-------------------------------------------------------------------
+Sat Sep 23 16:59:22 UTC 2023 - Anton Shvetz
+
+- Update to v27.0.2
+ * Changes of version 27.0.2
+ = Add Characters
+ ~ LATIN LETTER SMALL CAPITAL R WITH RIGHT LEG (U+AB46).
+ = Add variants for Cyrillic lower Ef (ф) with a split bowl
+ (#1992).
+ = Add Bulgarian local variants for Cyrillic Ef (Ф,ф).
+ = Fix serifs in U+01A6.
+ = Improve serifs of Turn M (U+019C, U+026F) under
+ quasi-proportional.
+ = Make Turn h (U+0265) and Turn M with Long Leg (U+0270) follow
+ serif variants of u.
+ = Optimize geometry for U+A65A and U+A65B under extended width.
+ = Fix assignment of 8 for ss14 (#1999).
+
+-------------------------------------------------------------------
+Sun Sep 17 12:41:42 UTC 2023 - Anton Shvetz
+
+- Update to v27.0.1
+ * Changes of version 27.0.1
+ = Add Characters
+ ~ VERY MUCH LESS-THAN (U+22D8) (#1990).
+ ~ VERY MUCH GREATER-THAN (U+22D9) (#1990).
+
+-------------------------------------------------------------------
+Sat Sep 16 15:03:24 UTC 2023 - Anton Shvetz
+
+- Update to v27.0.0
+ * Changes of version 27.0.0
+ = [Breaking] Variants for π, τ and « are inserted into the main
+ tag sequence. As a consequence, variant features after them
+ have the tags changed.
+ = [Breaking] Reordered variants of Eszet.
+ = [Breaking] Change of variant names:
+ ~ upper-r.straight-motion-serifed →
+ upper-r.straight-top-left-serifed
+ ~ upper-r.curly-motion-serifed →
+ upper-r.curly-top-left-serifed
+ ~ upper-r.standing-motion-serifed →
+ upper-r.standing-top-left-serifed
+ ~ upper-r.straight-open-motion-serifed →
+ upper-r.straight-open-top-left-serifed
+ ~ upper-r.curly-open-motion-serifed →
+ upper-r.curly-open-top-left-serifed
+ ~ upper-r.standing-open-motion-serifed →
+ upper-r.standing-open-top-left-serifed
+ = Add characters:
+ ~ COMBINING RING OVERLAY (U+20D8).
+ = Add bottom-right and top-left bottom-right serifed variants
+ of R.
+ = Add bottom-left motion serifed variants of Cyrillic Ya (Я,я).
+ = Add cursive variants for Cyrillic Capital/Small Zhe (Ж,ж)
+ (#1762).
+ = Allow R Rotunda (U+A75A, U+A75B) and Indian Rupee Sign
+ (U+20B9) to have a bottom-right serif.
+ = Add OpenType zero feature (#1966).
+ = Fix broken geometry of U+AB3A under condensed width.
+ = Improve bowl shape of Latin Phi (U+0278).
+ = Fix dot radius of COMBINING THREE DOTS ABOVE (U+20DB),
+ COMBINING FOUR DOTS ABOVE (U+20DC), and COMBINING TRIPLE
+ UNDERDOT (U+20D8).
+
+-------------------------------------------------------------------
+Sun Sep 10 06:04:24 UTC 2023 - Anton Shvetz
+
+- Update to v26.3.3
+ * Changes of version 26.3.3
+ = [Breaking] Change of variant names:
+ ~ lower-alpha.tailed-barred → lower-alpha.barred-tailed
+ ~ lower-alpha.tailed-barred-earless-corner →
+ lower-alpha.barred-earless-corner-tailed
+ = Add barred-serifed and barred-earless-rounded variants for
+ Greek Alpha (α).
+ = Remove serifs in U+0320 (#1979).
+ = Harmonize dot sizes in ellipsis shapes (#1980).
+ = Make italic Cyrillic Small Pe with Middle Hook (U+04A7)
+ follow variants of n (#1983).
+ = Add leaning mark anchors for Thorn (Þ/þ) (#1987).
+ = Remove duplicate serif variants for U+0266 and U+2C74.
+ = Allow cursive variants of turned v (U+028C) to match turned w
+ (U+028D).
+ = Allow turned tail variants for Mathematical Sans-Serif y
+ (U+1D5D2).
+ = Only allow toothed variants of d with palatal hook (U+1D81)
+ to match a and u with hook attachments (U+1D8F, U+1D99).
+ = Fix variant selection for U+1D4A, U+1DEA, and U+2094.
+ = Remove bottom serifs in LATIN {CAPITAL|SMALL} LETTER INSULAR
+ R (U+A782, U+A783).
+ = Fix cv28 and cv68 for ss02 and ss17 under italics.
+ = Fix cv30 for ss04 under italics.
+ = Fix cv42 for ss13.
+ = Fix cv69 and cv70 for ss17.
+ = Fix cv77 and cv78 for ss15 under italics.
+ = Fix serifs of w for ss15 under upright slab.
+
+-------------------------------------------------------------------
+Mon Sep 4 16:35:22 UTC 2023 - Anton Shvetz
+
+- Update to v26.3.2
+ * Changes of version 26.3.2
+ = Remove duplicate serifed variant for LATIN SMALL LETTER N
+ WITH LEFT HOOK (U+0272).
+ = Add special k-dot shape (#1978).
+
+-------------------------------------------------------------------
+Sun Sep 3 19:38:33 UTC 2023 - Anton Shvetz
+
+- Update to v26.3.1
+ * Changes of version 26.3.1
+ = Fix TTFA control generator to fix broken superscript letters
+ (#1976).
+
+-------------------------------------------------------------------
+Sun Sep 3 06:12:17 UTC 2023 - Anton Shvetz
+
+- Update to v26.3.0
+ * Changes of version 26.3.0
+ = Add earless variants for m and n with motion serifs at
+ bottom-right (#1974).
+ = Add characters:
+ ~ COMBINING LONG VERTICAL LINE OVERLAY (U+20D2).
+ ~ COMBINING SHORT VERTICAL LINE OVERLAY (U+20D3).
+ ~ COMBINING REVERSE SOLIDUS OVERLAY (U+20E5).
+ ~ COMBINING DOUBLE VERTICAL STROKE OVERLAY (U+20E6).
+ ~ COMBINING LONG DOUBLE SOLIDUS OVERLAY (U+20EB).
+ = Generate TTFAutohint control files for better glyph display
+ for variant glyphs (#1963).
+ = Make the shape of motion-serifed and serifed variants of
+ toothed/tailed u no longer identical under Italic. Now
+ "serifed" u will always preserve all serifs (#1967).
+ = Make the fully-serifed form of cursive lower y match the
+ serifs of lower u.
+ = Make MICRO SIGN (µ) tailed under italics by default, to match
+ u.
+ = Improve glyphs for COLON SIGN (U+20A1), GUARANI SIGN
+ (U+20B2), and CEDI SIGN (U+20B5).
+ = Fix cv33, cv38, cv39, and cv42 for ss01, ss02, ss04, ss05,
+ ss06, ss07, ss13, and ss16 under italic slab.
+ = Fix cv43 and cv75 for ss16 under slab.
+ = Fix cv61 for ss10, ss14, ss15, ss16, and ss17 under italics.
+- Package also CHANGELOG.md
+
+-------------------------------------------------------------------
+Thu Aug 31 06:54:43 UTC 2023 - Anton Shvetz
+
+- Update to v26.2.2
+ * Changes of version 26.2.2
+ = Add characters:
+ ~ BLACK DIAMOND MINUS WHITE X (U+2756) (#1960).
+ ~ WHITE CONCAVE-SIDED DIAMOND (U+27E1) (#1960).
+ ~ LEFT BARB UP RIGHT BARB UP HARPOON (U+294E) ... UP BARB
+ LEFT DOWN BARB LEFT HARPOON (U+2951).
+ ~ LIGHT FOUR POINTED BLACK CUSP (U+2BCC) (#1960).
+ ~ WHITE FOUR POINTED CUSP (U+2BCE) (#1960).
+ = Add support for specialized Vietnamese dual diacritics
+ (#1935).
+ = Make bowl height of Cyrillic Yat and Tall Yat (U+0463,
+ U+1C67) consistent (#1945).
+ = Make Guillemets («, ») curly for Default Slab.
+ = Remove duplicate lower-right serif variants of H with
+ descender (#1953).
+ = Fix toothless variants of LATIN SMALL LETTER B WITH HOOK
+ (U+0253) (#1952).
+ = Always use closed variants for LATIN CAPITAL LETTER R WITH
+ STROKE (U+024C).
+ = Optimize shape of LATIN {SMALL CAPITAL|MODIFIER LETTER
+ CAPITAL} BARRED B (U+1D03,U+1D2F).
+ = Fix variant selection for cv34 and cv37 under ss01, ss03,
+ ss09, ss10, and ss13.
+ = Fix variant selection for cv36 under ss03, ss08, ss09, ss10,
+ ss12, and ss14.
+ = Fix variant selection for cv42 under ss09 and ss12.
+ = Fix variant selection for cv59 and vxAB under ss01, ss05,
+ ss08, and ss13.
+ = Fix variant selection for vxAC under ss11 and ss13.
+ = Fix variant selection for cv46, cv47, cv48, and cv49 under
+ ss10.
+ = Fix variant selection for cv26, cv61, cv62, vxAA, cv81, and
+ vsAL under ss13.
+ * Changes of version 26.2.1
+ = Fix leaning marks of LATIN SMALL LETTER T WITH CEDILLA
+ (U+0163) (#1914).
+ = Fix the dimensions of wide geometric shapes in
+ quasi-proportional (#1941).
+ = Fix cv76's application on CYRILLIC SMALL LETTER CHE WITH
+ VERTICAL STROKE (U+04B9) (#1942).
+ * Changes of version 26.2.0
+ = Add variant selectors for lowercase Greek Pi (π) and Tau (τ)
+ (#1924).
+ = Add characters:
+ ~ CYRILLIC SMALL LETTER ROUNDED VE (U+1C80).
+ ~ CYRILLIC SMALL LETTER TALL TE (U+1C84) (#1911).
+ ~ CYRILLIC SMALL LETTER TALL HARD SIGN (U+1C86) (#1911).
+ ~ CYRILLIC SMALL LETTER TALL YAT (U+1C87) (#1911).
+ ~ LEFTWARDS OPEN-HEADED ARROW (U+21FD) ... LEFT RIGHT
+ OPEN-HEADED ARROW (U+21FF) (#1912).
+ ~ DIAMETER SIGN (U+2300) (#1923).
+ ~ CIRCLE WITH SUPERIMPOSED X (U+29BB).
+ ~ LEFTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS
+ (U+2BEC) ... DOWNWARDS TWO-HEADED ARROW WITH TRIANGLE
+ ARROWHEADS (U+2BEF).
+ ~ CLOCK FACE ONE OCLOCK (U+1F550) ... CLOCK FACE
+ TWELVE-THIRTY (U+1F567) (#1850).
+ = Make below marks to avoid bottom-right Ogoneks (#1789).
+ = Use oval shape for Empty Set symbols to distinguish with
+ O-Slash (#1822).
+ = Implement leaning mark mechanism for F, L, P, b, d, h, k, p,
+ q, r to get better mark placement. Now, "narrow" marks will
+ align to these letters' extension parts (#1851).
+ = Add variant selection for Guillemets (#1899).
+ = Fix detached cedilla in Hookless asymmetric LATIN SMALL
+ LETTER T WITH CEDILLA (U+0163) (#1914).
+ = Fix broken hookless/tailless/asymmetric t variants in ſt
+ ligature (U+FB05) (#1915).
+ = Remove unnecessary tailed variants for Cyrillic Shha with
+ Descender (U+0527) (#1916).
+ = Remove unnecessary lower-right serif variants for Latin Lower
+ K with Descender (U+2C6A) (#1917).
+ = Add italic form of CYRILLIC SMALL LETTER KOMI TJE (U+050F)
+ (#1920).
+ = Remove unnecessary serifed/tailed variants of italic Cyrillic
+ Te with descender (U+04AD) and m with palatal hook (U+1D86)
+ (#1926).
+ = Remove unnecessary bottom-right serifed variants of Cyrillic
+ Ka with descender (U+049A..U+049B) (#1927).
+ = Fix two off-center APL Quad characters in Quasi-proportional
+ (#1930).
+ = Refine shape of U+0184, U+0185 (#1938).
+ = Determine serifs of Bulgarian/Serbian De automatically when g
+ is double-storey.
+ = Fix variant assignment of cv51 for ss03 under italic slab.
+ = Fix variant assignment of cv31, cv36, cv46, cv47, cv48, cv49,
+ and cv51 for ss18 under italic slab.
+
-------------------------------------------------------------------
Sat Aug 12 14:41:54 UTC 2023 - Anton Shvetz
diff --git a/iosevka-fonts.spec b/iosevka-fonts.spec
index ee4da15..331ccc2 100644
--- a/iosevka-fonts.spec
+++ b/iosevka-fonts.spec
@@ -20,7 +20,7 @@
typeface family, designed for writing code, using in terminals, and\
preparing technical documents.
Name: iosevka-fonts
-Version: 26.1.0
+Version: 27.1.0
Release: 0
Summary: Slender typeface for source code
License: OFL-1.1
@@ -50,8 +50,9 @@ Source20: https://github.com/be5invis/Iosevka/releases/download/v%{version
Source21: https://github.com/be5invis/Iosevka/releases/download/v%{version}/super-ttc-iosevka-ss16-%{version}.zip
Source22: https://github.com/be5invis/Iosevka/releases/download/v%{version}/super-ttc-iosevka-ss17-%{version}.zip
Source23: https://github.com/be5invis/Iosevka/releases/download/v%{version}/super-ttc-iosevka-ss18-%{version}.zip
-Source100: https://raw.githubusercontent.com/be5invis/Iosevka/v%{version}/LICENSE.md
-Source101: https://raw.githubusercontent.com/be5invis/Iosevka/v%{version}/README.md
+Source100: https://github.com/be5invis/Iosevka/raw/v%{version}/LICENSE.md
+Source101: https://github.com/be5invis/Iosevka/raw/v%{version}/README.md
+Source102: https://github.com/be5invis/Iosevka/raw/v%{version}/CHANGELOG.md
BuildRequires: fontpackages-devel
BuildRequires: unzip
Recommends: iosevka-aile-fonts
@@ -308,7 +309,7 @@ This package contains the Iosevka SS18 typeface (monospace, Input Mono style).
for s in %{_sourcedir}/super-ttc-iosevka*%{version}.zip; do
unzip -qq $s '*.ttc'
done
-cp %{SOURCE100} %{SOURCE101} .
+cp %{SOURCE100} %{SOURCE101} %{SOURCE102} .
%build
@@ -351,146 +352,146 @@ done
%reconfigure_fonts_scriptlets -n iosevka-ss18-fonts
%files
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/Iosevka.ttc
%files -n iosevka-slab-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSlab.ttc
%files -n iosevka-curly-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaCurly.ttc
%files -n iosevka-curly-slab-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaCurlySlab.ttc
%files -n iosevka-aile-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaAile.ttc
%files -n iosevka-etoile-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaEtoile.ttc
%files -n iosevka-ss01-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS01.ttc
%files -n iosevka-ss02-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS02.ttc
%files -n iosevka-ss03-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS03.ttc
%files -n iosevka-ss04-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS04.ttc
%files -n iosevka-ss05-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS05.ttc
%files -n iosevka-ss06-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS06.ttc
%files -n iosevka-ss07-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS07.ttc
%files -n iosevka-ss08-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS08.ttc
%files -n iosevka-ss09-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS09.ttc
%files -n iosevka-ss10-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS10.ttc
%files -n iosevka-ss11-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS11.ttc
%files -n iosevka-ss12-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS12.ttc
%files -n iosevka-ss13-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS13.ttc
%files -n iosevka-ss14-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS14.ttc
%files -n iosevka-ss15-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS15.ttc
%files -n iosevka-ss16-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS16.ttc
%files -n iosevka-ss17-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS17.ttc
%files -n iosevka-ss18-fonts
-%doc README.md
%license LICENSE.md
+%doc {README,CHANGELOG}.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/IosevkaSS18.ttc
diff --git a/super-ttc-iosevka-26.1.0.zip b/super-ttc-iosevka-26.1.0.zip
deleted file mode 100644
index 1154329..0000000
--- a/super-ttc-iosevka-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:6dde65d5ae276c987aab8237b4b1f0348cc9984b61c34cdf73141c43b9f4391a
-size 90849038
diff --git a/super-ttc-iosevka-27.1.0.zip b/super-ttc-iosevka-27.1.0.zip
new file mode 100644
index 0000000..b7e4de7
--- /dev/null
+++ b/super-ttc-iosevka-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e0d302dd51692951881bd57d355313fe8454dac2cd6fe7054a86fc9395f23f2
+size 95792632
diff --git a/super-ttc-iosevka-aile-26.1.0.zip b/super-ttc-iosevka-aile-26.1.0.zip
deleted file mode 100644
index e875fbd..0000000
--- a/super-ttc-iosevka-aile-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7049e033af515da44985f6bb986d8ce0f43f4d0c8e178ef330f22c7909cbd9df
-size 53402073
diff --git a/super-ttc-iosevka-aile-27.1.0.zip b/super-ttc-iosevka-aile-27.1.0.zip
new file mode 100644
index 0000000..4e96c74
--- /dev/null
+++ b/super-ttc-iosevka-aile-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8913418c84bc4d35e99b3f55c598ef53e5cf26b35af7e743730270008f9adbde
+size 53481131
diff --git a/super-ttc-iosevka-curly-26.1.0.zip b/super-ttc-iosevka-curly-26.1.0.zip
deleted file mode 100644
index 4280589..0000000
--- a/super-ttc-iosevka-curly-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:33c6e106eaf4901c688bde56ca15f94bf5c00e314b586311d96b0c6101795717
-size 90313875
diff --git a/super-ttc-iosevka-curly-27.1.0.zip b/super-ttc-iosevka-curly-27.1.0.zip
new file mode 100644
index 0000000..e3f440b
--- /dev/null
+++ b/super-ttc-iosevka-curly-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:250d513fea24a404f73df8e1d24c759691dbaa1969ebe756a5ffed4642564697
+size 96188302
diff --git a/super-ttc-iosevka-curly-slab-26.1.0.zip b/super-ttc-iosevka-curly-slab-26.1.0.zip
deleted file mode 100644
index 1512866..0000000
--- a/super-ttc-iosevka-curly-slab-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d19a4e16c374fb4d3353e1de4102b8d1563245175041b342773388afb3e700bd
-size 94649259
diff --git a/super-ttc-iosevka-curly-slab-27.1.0.zip b/super-ttc-iosevka-curly-slab-27.1.0.zip
new file mode 100644
index 0000000..c05c682
--- /dev/null
+++ b/super-ttc-iosevka-curly-slab-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:576dbfc552e5d3596f2dd63a876ee2985d77c07ead21a8dc983941e8b1f039fd
+size 102484204
diff --git a/super-ttc-iosevka-etoile-26.1.0.zip b/super-ttc-iosevka-etoile-26.1.0.zip
deleted file mode 100644
index 2fb0a9b..0000000
--- a/super-ttc-iosevka-etoile-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:1e84482c493fc4c21940ad2fecf10cdfba5a3e5113a2fe67742c6ee7eb89109b
-size 56784597
diff --git a/super-ttc-iosevka-etoile-27.1.0.zip b/super-ttc-iosevka-etoile-27.1.0.zip
new file mode 100644
index 0000000..eb54900
--- /dev/null
+++ b/super-ttc-iosevka-etoile-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:17f5222c8730d0a83cc7e9b8bacce31cf03be02390816a4dba072b872f54716d
+size 57335738
diff --git a/super-ttc-iosevka-slab-26.1.0.zip b/super-ttc-iosevka-slab-26.1.0.zip
deleted file mode 100644
index 4ae80fe..0000000
--- a/super-ttc-iosevka-slab-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:9336c0c4cac8b40c7cddc500451ed7ae615768b52f950b028a8cc443d26f7a40
-size 95222754
diff --git a/super-ttc-iosevka-slab-27.1.0.zip b/super-ttc-iosevka-slab-27.1.0.zip
new file mode 100644
index 0000000..f690549
--- /dev/null
+++ b/super-ttc-iosevka-slab-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:86c4a93cfd9969abfcf5c358338856a8950420e72388e852ce3a2c8c36d7c0f1
+size 103064636
diff --git a/super-ttc-iosevka-ss01-26.1.0.zip b/super-ttc-iosevka-ss01-26.1.0.zip
deleted file mode 100644
index e3e7feb..0000000
--- a/super-ttc-iosevka-ss01-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:25b40551394d822a7a4fb451895cea33e00db28091fac2f20dba2d98b5ba35c1
-size 21382332
diff --git a/super-ttc-iosevka-ss01-27.1.0.zip b/super-ttc-iosevka-ss01-27.1.0.zip
new file mode 100644
index 0000000..0300e68
--- /dev/null
+++ b/super-ttc-iosevka-ss01-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fed89744214cde4db66e824c729a0aba9ec71be782c7a43cd3de9e86f78cb7e1
+size 19667966
diff --git a/super-ttc-iosevka-ss02-26.1.0.zip b/super-ttc-iosevka-ss02-26.1.0.zip
deleted file mode 100644
index c808510..0000000
--- a/super-ttc-iosevka-ss02-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7e5b274a73ef5c06a35366a7a65cbc4179d6b09a67ece79b8ea935f52fdf6f46
-size 21756527
diff --git a/super-ttc-iosevka-ss02-27.1.0.zip b/super-ttc-iosevka-ss02-27.1.0.zip
new file mode 100644
index 0000000..8dfe4f3
--- /dev/null
+++ b/super-ttc-iosevka-ss02-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1c1d6edf9a6d99c4c10b2c65b9941b4d43afbedd5080b5fd81a7338d297a5ac9
+size 19923145
diff --git a/super-ttc-iosevka-ss03-26.1.0.zip b/super-ttc-iosevka-ss03-26.1.0.zip
deleted file mode 100644
index 9ffd257..0000000
--- a/super-ttc-iosevka-ss03-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a3b58e10c9af93ca62b790b026c1a277b1984e470b6d78fe789f6784fe3eda42
-size 21889166
diff --git a/super-ttc-iosevka-ss03-27.1.0.zip b/super-ttc-iosevka-ss03-27.1.0.zip
new file mode 100644
index 0000000..4f09842
--- /dev/null
+++ b/super-ttc-iosevka-ss03-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9cd294d1cfbd8ecfa1092542fc9975aa07c8ec4145631eb2e366092b22b634cf
+size 20194551
diff --git a/super-ttc-iosevka-ss04-26.1.0.zip b/super-ttc-iosevka-ss04-26.1.0.zip
deleted file mode 100644
index de61956..0000000
--- a/super-ttc-iosevka-ss04-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ea3f4ab409a032acf3aa8f68b66251f7acc5fdf313cd370fb3d1b63a5adc5218
-size 21083304
diff --git a/super-ttc-iosevka-ss04-27.1.0.zip b/super-ttc-iosevka-ss04-27.1.0.zip
new file mode 100644
index 0000000..c2123cd
--- /dev/null
+++ b/super-ttc-iosevka-ss04-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6132ad3fb82822644316c0665f099a081297adecbdb024787bfafc4fe2432130
+size 19296862
diff --git a/super-ttc-iosevka-ss05-26.1.0.zip b/super-ttc-iosevka-ss05-26.1.0.zip
deleted file mode 100644
index 777307e..0000000
--- a/super-ttc-iosevka-ss05-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4c6d37624d6ba01785a7bc6e35411c011d99daa74eb840f4259646b09b1ac3a5
-size 21749019
diff --git a/super-ttc-iosevka-ss05-27.1.0.zip b/super-ttc-iosevka-ss05-27.1.0.zip
new file mode 100644
index 0000000..0cf1cc6
--- /dev/null
+++ b/super-ttc-iosevka-ss05-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9a627480c577d72ec6180494252ffe488636dcd73bef7f6a8d7ca5ee01a6f4c3
+size 19933407
diff --git a/super-ttc-iosevka-ss06-26.1.0.zip b/super-ttc-iosevka-ss06-26.1.0.zip
deleted file mode 100644
index f2dadde..0000000
--- a/super-ttc-iosevka-ss06-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:38bd9cd4bd5be9fad0e9e0e36fb7cb5183954d069b39639fbc345563aee66b07
-size 21250018
diff --git a/super-ttc-iosevka-ss06-27.1.0.zip b/super-ttc-iosevka-ss06-27.1.0.zip
new file mode 100644
index 0000000..06cb1f7
--- /dev/null
+++ b/super-ttc-iosevka-ss06-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:abbdd750bd04137724a7c6b5c10a85b82cd7700deea1e7da73862236bcb72217
+size 19545749
diff --git a/super-ttc-iosevka-ss07-26.1.0.zip b/super-ttc-iosevka-ss07-26.1.0.zip
deleted file mode 100644
index 47981b3..0000000
--- a/super-ttc-iosevka-ss07-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a7db3839e15f67df3a8e7b724fa1cb9d799ce246454dd47a80491b3c183d0031
-size 21226370
diff --git a/super-ttc-iosevka-ss07-27.1.0.zip b/super-ttc-iosevka-ss07-27.1.0.zip
new file mode 100644
index 0000000..527775e
--- /dev/null
+++ b/super-ttc-iosevka-ss07-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bb550c20fbd2f8f6b6e3c5c6518ae7c75d8645d2a89b3edc2f4ecdb60722c6bd
+size 19538028
diff --git a/super-ttc-iosevka-ss08-26.1.0.zip b/super-ttc-iosevka-ss08-26.1.0.zip
deleted file mode 100644
index c274a99..0000000
--- a/super-ttc-iosevka-ss08-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e9f914adc54bab76eeab66f8609908681302a33ee1e6fd86a744ab034698ff9d
-size 22010730
diff --git a/super-ttc-iosevka-ss08-27.1.0.zip b/super-ttc-iosevka-ss08-27.1.0.zip
new file mode 100644
index 0000000..3a10aaa
--- /dev/null
+++ b/super-ttc-iosevka-ss08-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6ca0310e0223a20cd18d32690e91c3206c1a00907e69317bfcfae19790edef38
+size 20403223
diff --git a/super-ttc-iosevka-ss09-26.1.0.zip b/super-ttc-iosevka-ss09-26.1.0.zip
deleted file mode 100644
index 4028573..0000000
--- a/super-ttc-iosevka-ss09-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:8d1cdbae47f4548e1ed98947ee744910223ad44ddd27f43c85e4d77f959ec6d8
-size 21896589
diff --git a/super-ttc-iosevka-ss09-27.1.0.zip b/super-ttc-iosevka-ss09-27.1.0.zip
new file mode 100644
index 0000000..ceea1ec
--- /dev/null
+++ b/super-ttc-iosevka-ss09-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2b84007533dad883b25714d72ebcf1fffff9171382f4fb4821f5339601519344
+size 20048797
diff --git a/super-ttc-iosevka-ss10-26.1.0.zip b/super-ttc-iosevka-ss10-26.1.0.zip
deleted file mode 100644
index db2cb9b..0000000
--- a/super-ttc-iosevka-ss10-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7c9b212312dc9e1c4cbd016f61a0488b0b18b32f729ea1f41eb8d99879fc222a
-size 21668170
diff --git a/super-ttc-iosevka-ss10-27.1.0.zip b/super-ttc-iosevka-ss10-27.1.0.zip
new file mode 100644
index 0000000..24bc367
--- /dev/null
+++ b/super-ttc-iosevka-ss10-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0dd7a8a9fe31ddfcfaa606ce5b30efafabe5e47477c40c21e6948da266890cd2
+size 20648954
diff --git a/super-ttc-iosevka-ss11-26.1.0.zip b/super-ttc-iosevka-ss11-26.1.0.zip
deleted file mode 100644
index e8711f9..0000000
--- a/super-ttc-iosevka-ss11-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fae4120a468ffb5ea1eb6f1d646be841be8b5246fd58e2c36464239a55b64c3e
-size 22060072
diff --git a/super-ttc-iosevka-ss11-27.1.0.zip b/super-ttc-iosevka-ss11-27.1.0.zip
new file mode 100644
index 0000000..662cbf5
--- /dev/null
+++ b/super-ttc-iosevka-ss11-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3b525227f2b1458aa0081d38ec3c4d2df7d76f8a8cd3721f5403dae32eb2f030
+size 20586074
diff --git a/super-ttc-iosevka-ss12-26.1.0.zip b/super-ttc-iosevka-ss12-26.1.0.zip
deleted file mode 100644
index 8dff316..0000000
--- a/super-ttc-iosevka-ss12-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:51f0ec1ea54971d5796a63d4a8a322b81b84ce9d2a1470ebfa22cb20c3b8c998
-size 21955792
diff --git a/super-ttc-iosevka-ss12-27.1.0.zip b/super-ttc-iosevka-ss12-27.1.0.zip
new file mode 100644
index 0000000..2e0cd7c
--- /dev/null
+++ b/super-ttc-iosevka-ss12-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ba04063f103f3f95a820c464f1bd6fbbce7d77b644401b8363f9bccf6678248e
+size 20222580
diff --git a/super-ttc-iosevka-ss13-26.1.0.zip b/super-ttc-iosevka-ss13-26.1.0.zip
deleted file mode 100644
index efe3fd7..0000000
--- a/super-ttc-iosevka-ss13-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4f3f412eddaddb210d087095e79dec7e5bbb94935edb955aad9f831708f83e00
-size 21237921
diff --git a/super-ttc-iosevka-ss13-27.1.0.zip b/super-ttc-iosevka-ss13-27.1.0.zip
new file mode 100644
index 0000000..aaf7e37
--- /dev/null
+++ b/super-ttc-iosevka-ss13-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:037ec1188b4f266ccd498c1a57bf7a07bd12f71db23463eae6bb2705e72daae8
+size 19542163
diff --git a/super-ttc-iosevka-ss14-26.1.0.zip b/super-ttc-iosevka-ss14-26.1.0.zip
deleted file mode 100644
index 3747417..0000000
--- a/super-ttc-iosevka-ss14-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5fb79e556ad20f6f8a9ae715a28ed651b0e97a0e417df54ea69ed2f45d61737d
-size 21134992
diff --git a/super-ttc-iosevka-ss14-27.1.0.zip b/super-ttc-iosevka-ss14-27.1.0.zip
new file mode 100644
index 0000000..89b4987
--- /dev/null
+++ b/super-ttc-iosevka-ss14-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:871d406c2c9366614bb9319455c68b6ffc8da561ab25cf8fb8a2662cdf01e7a3
+size 19511156
diff --git a/super-ttc-iosevka-ss15-26.1.0.zip b/super-ttc-iosevka-ss15-26.1.0.zip
deleted file mode 100644
index 5ab931a..0000000
--- a/super-ttc-iosevka-ss15-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ef4bd0ae8a3c63c306a86b3e8ea656b721d8a39fd2017b3b7086460cdeb3dd35
-size 22690905
diff --git a/super-ttc-iosevka-ss15-27.1.0.zip b/super-ttc-iosevka-ss15-27.1.0.zip
new file mode 100644
index 0000000..7b94e94
--- /dev/null
+++ b/super-ttc-iosevka-ss15-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1d3d78affdae98e9bb6395ab53ab51106620a9be2a489d9da463a01c2032b681
+size 23282109
diff --git a/super-ttc-iosevka-ss16-26.1.0.zip b/super-ttc-iosevka-ss16-26.1.0.zip
deleted file mode 100644
index 2532fd1..0000000
--- a/super-ttc-iosevka-ss16-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:8504f29aff93c8878405c7c5ed998449603fe541b89fb63c842afa9987125b68
-size 21698908
diff --git a/super-ttc-iosevka-ss16-27.1.0.zip b/super-ttc-iosevka-ss16-27.1.0.zip
new file mode 100644
index 0000000..0390208
--- /dev/null
+++ b/super-ttc-iosevka-ss16-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4cd5dafae5503d3ba810d1d82b14f51b5e1ec2961136f887d12cc057265a14c9
+size 19964991
diff --git a/super-ttc-iosevka-ss17-26.1.0.zip b/super-ttc-iosevka-ss17-26.1.0.zip
deleted file mode 100644
index 4420f51..0000000
--- a/super-ttc-iosevka-ss17-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:bf50db2280e8ed4b0a761f96440e43008820934465b7761652d1366aeb630471
-size 22888031
diff --git a/super-ttc-iosevka-ss17-27.1.0.zip b/super-ttc-iosevka-ss17-27.1.0.zip
new file mode 100644
index 0000000..165879c
--- /dev/null
+++ b/super-ttc-iosevka-ss17-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:07d69e8a4004ef6e0fa186ac301c9c8a73bc36147a1e8dd06bb3a69c1fccd49d
+size 23245933
diff --git a/super-ttc-iosevka-ss18-26.1.0.zip b/super-ttc-iosevka-ss18-26.1.0.zip
deleted file mode 100644
index 91216a5..0000000
--- a/super-ttc-iosevka-ss18-26.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:03e4d7bb1beb748248606d5a48212e169c78a7debb5a0a31b13595f8164a4cc6
-size 21719889
diff --git a/super-ttc-iosevka-ss18-27.1.0.zip b/super-ttc-iosevka-ss18-27.1.0.zip
new file mode 100644
index 0000000..0866430
--- /dev/null
+++ b/super-ttc-iosevka-ss18-27.1.0.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3d9d2328f7a48da59cddb4db7b39b3f88b34454b5fe6560d44788a6cb242b07b
+size 19862260