Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add ligatures for tla+ (dk01 feature)
  • Loading branch information
davidkern committed Apr 10, 2025
commit c24dcd2d3f0ab5ad73bea8d84011475108eb76b5
11 changes: 11 additions & 0 deletions FiraCode.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ feature cv26;
feature cv27;
feature cv28;
feature cv29;
feature dk01;
";
tag = aalt;
},
Expand Down Expand Up @@ -2450,6 +2451,16 @@ code = "lookup period_equal {
} period_equal;";
notes = ".= as ligature";
tag = cv32;
},
{
code = "sub backslash i n by element;
sub backslash n o t i n by notelement;
sub backslash s u b s e t e q by reflexsubset;
sub backslash u n i o n by union;
sub backslash i n t e r s e c t by intersection;
sub backslash A by universal;
sub backslash E by existential;";
tag = dk01;
}
);
fontMaster = (
Expand Down