1
1
mirror of https://github.com/rsms/inter.git synced 2024-12-24 16:14:35 +03:00

adds capital G with spur

This commit is contained in:
Rasmus Andersson 2019-02-03 15:15:15 -08:00
parent cb2b186d71
commit ba424d4c08
4 changed files with 1492 additions and 158 deletions

View File

@ -286,6 +286,13 @@ tablex out.cv09 {
-webkit-font-feature-settings: 'calt' 1, 'cv09' 1; -webkit-font-feature-settings: 'calt' 1, 'cv09' 1;
font-feature-settings: 'calt' 1, 'cv09' 1; font-feature-settings: 'calt' 1, 'cv09' 1;
} }
tablex out.cv10 {
-moz-font-feature-settings: 'calt' 1, 'cv10' 1;
-ms-font-feature-settings: 'calt' 1, 'cv10' 1;
-o-font-feature-settings: 'calt' 1, 'cv10' 1;
-webkit-font-feature-settings: 'calt' 1, 'cv10' 1;
font-feature-settings: 'calt' 1, 'cv10' 1;
}
boxes.features box h3 + p { boxes.features box h3 + p {
margin-top:0.5em; margin-top:0.5em;

View File

@ -361,6 +361,7 @@ html { font-family: 'Inter', sans-serif; }
<r title="Alternate German double-s"><name>cv07</name><in>ß</in><to></to><out class="cv07">ß</out></r> <r title="Alternate German double-s"><name>cv07</name><in>ß</in><to></to><out class="cv07">ß</out></r>
<r title="Upper-case i with serif"><name>cv08</name><in>I Ï Ḯ Ɨ Ḭ Ì Í Î Ĩ Ī Ĭ<br>Į İ Ǐ Ȉ Ȋ Ỉ Ị Ι Ί Ϊ Ἰ Ἱ Ἲ<br>Ἳ Ἴ Ἵ Ἶ Ἷ Ῐ Ῑ Ὶ Ί І Ї</in><to></to><out class="cv08">I Ï Ḯ Ɨ Ḭ Ì Í Î Ĩ Ī Ĭ<br>Į İ Ǐ Ȉ Ȋ Ỉ Ị Ι Ί Ϊ Ἰ Ἱ Ἲ<br>Ἳ Ἴ Ἵ Ἶ Ἷ Ῐ Ῑ Ὶ Ί І Ї</out></r> <r title="Upper-case i with serif"><name>cv08</name><in>I Ï Ḯ Ɨ Ḭ Ì Í Î Ĩ Ī Ĭ<br>Į İ Ǐ Ȉ Ȋ Ỉ Ị Ι Ί Ϊ Ἰ Ἱ Ἲ<br>Ἳ Ἴ Ἵ Ἶ Ἷ Ῐ Ῑ Ὶ Ί І Ї</in><to></to><out class="cv08">I Ï Ḯ Ɨ Ḭ Ì Í Î Ĩ Ī Ĭ<br>Į İ Ǐ Ȉ Ȋ Ỉ Ị Ι Ί Ϊ Ἰ Ἱ Ἲ<br>Ἳ Ἴ Ἵ Ἶ Ἷ Ῐ Ῑ Ὶ Ί І Ї</out></r>
<r title="Flat top three"><name>cv09</name><in>3</in><to></to><out class="cv09">3</out></r> <r title="Flat top three"><name>cv09</name><in>3</in><to></to><out class="cv09">3</out></r>
<r title="Capital G with spur"><name>cv10</name><in>G Ǥ Ɠ Ĝ Ğ Ġ Ģ Ǧ Ǵ Ḡ</in><to></to><out class="cv09">G Ǥ Ɠ Ĝ Ğ Ġ Ģ Ǧ Ǵ Ḡ</out></r>
</t></tablex> </t></tablex>
</box> </box>

View File

@ -1543,6 +1543,7 @@ document.head.appendChild(fontCSS)
<label title='Character Variant 7 "Alternate German double-s")'><input type="checkbox" class="featopt" name="feat:cv07"> cv07 &nbsp;(German double-s)</label> <label title='Character Variant 7 "Alternate German double-s")'><input type="checkbox" class="featopt" name="feat:cv07"> cv07 &nbsp;(German double-s)</label>
<label title='Character Variant 8 "Upper-case i with serif")'><input type="checkbox" class="featopt" name="feat:cv08"> cv08 &nbsp;(Upper-case i with serif)</label> <label title='Character Variant 8 "Upper-case i with serif")'><input type="checkbox" class="featopt" name="feat:cv08"> cv08 &nbsp;(Upper-case i with serif)</label>
<label title='Character Variant 9 "Flat top three")'><input type="checkbox" class="featopt" name="feat:cv09"> cv09 &nbsp;(Flat top three)</label> <label title='Character Variant 9 "Flat top three")'><input type="checkbox" class="featopt" name="feat:cv09"> cv09 &nbsp;(Flat top three)</label>
<label title='Character Variant 10 "Capital G with spur")'><input type="checkbox" class="featopt" name="feat:cv10"> cv10 &nbsp;(Capital G with spur)</label>
</div> </div>
<div class="checkbox-group"> <div class="checkbox-group">

File diff suppressed because one or more lines are too long