]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Inter: Version 4.001;git-66647c0bb added 7776/head
authorMarc Foley <m.foley.88@gmail.com>
Tue, 28 May 2024 10:56:37 +0000 (11:56 +0100)
committerMarc Foley <m.foley.88@gmail.com>
Thu, 6 Jun 2024 13:12:13 +0000 (14:12 +0100)
Taken from the upstream repo https://www.github.com/rsms/inter at commit https://www.github.com/rsms/inter/commit/66647c0bbbe41a850d79d9c76fb13add3378940f.

Resolves #3429

ofl/inter/DESCRIPTION.en_us.html
ofl/inter/Inter-Italic[opsz,wght].ttf [new file with mode: 0644]
ofl/inter/Inter[opsz,wght].ttf [new file with mode: 0644]
ofl/inter/Inter[slnt,wght].ttf [deleted file]
ofl/inter/METADATA.pb

index 18899a15650daea71cb863d626386156105adc9e..038192be31729a7460ca9acf12a9f94da9817d2f 100644 (file)
@@ -1,12 +1,14 @@
 <p>
 Inter is a variable font family carefully crafted &amp; designed for computer screens.
Inter is a variable font family carefully crafted & designed for computer screens.
 </p>
 <p>
-  Inter 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 surrounding glyphs, slashed zero for when you need to disambiguate "0" from
-  "o", tabular numbers, etc.
+ Inter 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 surrounding glyphs, slashed zero for when you need to disambiguate "0" from "o", tabular numbers, etc.
 </p>
 <p>
-  The Inter project is led by Rasmus Andersson, a Swedish maker–of–software living in San Francisco. To contribute, see
-  <a href="https://github.com/rsms/inter/">github.com/rsms/inter</a>
+ The Inter project is led by Rasmus Andersson, a Swedish maker–of–software living in San Francisco.
+ To contribute, see
+ <a href="https://github.com/rsms/inter/">
+  github.com/rsms/inter
+ </a>
 </p>
diff --git a/ofl/inter/Inter-Italic[opsz,wght].ttf b/ofl/inter/Inter-Italic[opsz,wght].ttf
new file mode 100644 (file)
index 0000000..c177578
Binary files /dev/null and b/ofl/inter/Inter-Italic[opsz,wght].ttf differ
diff --git a/ofl/inter/Inter[opsz,wght].ttf b/ofl/inter/Inter[opsz,wght].ttf
new file mode 100644 (file)
index 0000000..047c92f
Binary files /dev/null and b/ofl/inter/Inter[opsz,wght].ttf differ
diff --git a/ofl/inter/Inter[slnt,wght].ttf b/ofl/inter/Inter[slnt,wght].ttf
deleted file mode 100644 (file)
index a02ee83..0000000
Binary files a/ofl/inter/Inter[slnt,wght].ttf and /dev/null differ
index 365026b628487f7d07e6e9614892ba0cd059095f..2b68e433ea1923f86fa295977274a84e878d65ec 100644 (file)
@@ -7,10 +7,19 @@ fonts {
   name: "Inter"
   style: "normal"
   weight: 400
-  filename: "Inter[slnt,wght].ttf"
+  filename: "Inter[opsz,wght].ttf"
   post_script_name: "Inter-Regular"
   full_name: "Inter Regular"
-  copyright: "Copyright 2020 The Inter Project Authors (https://github.com/rsms/inter)"
+  copyright: "Copyright 2016 The Inter Project Authors (https://github.com/rsms/inter)"
+}
+fonts {
+  name: "Inter"
+  style: "italic"
+  weight: 400
+  filename: "Inter-Italic[opsz,wght].ttf"
+  post_script_name: "Inter-Italic"
+  full_name: "Inter Italic"
+  copyright: "Copyright 2016 The Inter Project Authors (https://github.com/rsms/inter)"
 }
 subsets: "cyrillic"
 subsets: "cyrillic-ext"
@@ -21,9 +30,9 @@ subsets: "latin-ext"
 subsets: "menu"
 subsets: "vietnamese"
 axes {
-  tag: "slnt"
-  min_value: -10.0
-  max_value: 0.0
+  tag: "opsz"
+  min_value: 14.0
+  max_value: 32.0
 }
 axes {
   tag: "wght"
@@ -31,6 +40,17 @@ axes {
   max_value: 900.0
 }
 source {
-  repository_url: "https://github.com/rsms/inter"
+  repository_url: "https://www.github.com/rsms/inter"
+  commit: "66647c0bbbe41a850d79d9c76fb13add3378940f"
+  archive_url: "https://github.com/rsms/inter/files/15438431/Inter-4.1-GoogleFonts.zip"
+  files {
+    source_file: "Inter[opsz,wght].ttf"
+    dest_file: "Inter[opsz,wght].ttf"
+  }
+  files {
+    source_file: "Inter-Italic[opsz,wght].ttf"
+    dest_file: "Inter-Italic[opsz,wght].ttf"
+  }
+  branch: "master"
 }
-minisite_url: "https://rsms.me/inter/"
\ No newline at end of file
+minisite_url: "https://rsms.me/inter"