Browse Source

Adjusting metadata to pass Google Fonts QA checks

Stephen Nixon 6 years ago
parent
commit
ee0b1aff51

+ 2 - 1
.gitignore

@@ -6,4 +6,5 @@ clojure/*.edn
 FiraCode\ (Autosaved).glyphs
 .cpcache
 master_ufo
-instance_ufo
+instance_ufo
+venv

File diff suppressed because it is too large
+ 259 - 243
FiraCode.glyphs


BIN
distr/ttf/FiraCode-Bold.ttf


BIN
distr/ttf/FiraCode-Light.ttf


BIN
distr/ttf/FiraCode-Medium.ttf


BIN
distr/ttf/FiraCode-Regular.ttf


BIN
distr/ttf/FiraCode-Retina.ttf


BIN
distr/variable_ttf/FiraCode-VF.ttf


+ 57 - 0
distr/variable_ttf/FiraCode-VF.ttx

@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="3.32">
+
+  <OS_2>
+    <!-- The fields 'usFirstCharIndex' and 'usLastCharIndex'
+         will be recalculated by the compiler -->
+    <version value="4"/>
+    <xAvgCharWidth value="600"/>
+    <usWeightClass value="400"/>
+    <usWidthClass value="5"/>
+    <fsType value="00000000 00000000"/>
+    <ySubscriptXSize value="650"/>
+    <ySubscriptYSize value="600"/>
+    <ySubscriptXOffset value="0"/>
+    <ySubscriptYOffset value="75"/>
+    <ySuperscriptXSize value="650"/>
+    <ySuperscriptYSize value="600"/>
+    <ySuperscriptXOffset value="0"/>
+    <ySuperscriptYOffset value="350"/>
+    <yStrikeoutSize value="50"/>
+    <yStrikeoutPosition value="315"/>
+    <sFamilyClass value="0"/>
+    <panose>
+      <bFamilyType value="0"/>
+      <bSerifStyle value="0"/>
+      <bWeight value="0"/>
+      <bProportion value="0"/>
+      <bContrast value="0"/>
+      <bStrokeVariation value="0"/>
+      <bArmStyle value="0"/>
+      <bLetterForm value="0"/>
+      <bMidline value="0"/>
+      <bXHeight value="0"/>
+    </panose>
+    <ulUnicodeRange1 value="11100000 00000000 00000010 11101111"/>
+    <ulUnicodeRange2 value="01010010 00000000 11111000 11111011"/>
+    <ulUnicodeRange3 value="00000000 00000000 00000000 00001000"/>
+    <ulUnicodeRange4 value="00000000 00000000 00000000 00000000"/>
+    <achVendID value="CTDB"/>
+    <fsSelection value="00000000 11000000"/>
+    <usFirstCharIndex value="13"/>
+    <usLastCharIndex value="65535"/>
+    <sTypoAscender value="935"/>
+    <sTypoDescender value="-265"/>
+    <sTypoLineGap value="0"/>
+    <usWinAscent value="935"/>
+    <usWinDescent value="265"/>
+    <ulCodePageRange1 value="01100000 00000000 00000000 10011111"/>
+    <ulCodePageRange2 value="11011111 11010111 00000000 00000000"/>
+    <sxHeight value="525"/>
+    <sCapHeight value="687"/>
+    <usDefaultChar value="0"/>
+    <usBreakChar value="32"/>
+    <usMaxContext value="5"/>
+  </OS_2>
+
+</ttFont>

+ 27 - 0
googlefonts-qa/METADATA.pb

@@ -0,0 +1,27 @@
+name: "Fira Code"
+designer: "Multiple Designers"
+license: "OFL"
+category: "Monospace"
+date_added: "2019-03-25"
+fonts {
+  name: "Fira Code"
+  style: "normal"
+  weight: 300
+  filename: "FiraCode-Light.ttf"
+  post_script_name: "FiraCode-Light"
+  full_name: "Fira Code Light"
+  copyright: "Copyright  2015 by Nikita Prokopov"
+}
+subsets: "cyrillic"
+subsets: "cyrillic-ext"
+subsets: "greek"
+subsets: "greek-ext"
+subsets: "latin"
+subsets: "latin-ext"
+subsets: "menu"
+axes {
+  tag: "wght"
+  min_value: 300.0
+  default_value: 300.0
+  max_value: 700.0
+}

Some files were not shown because too many files changed in this diff