Skip to content

Commit

Permalink
Two missing joins
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed May 10, 2024
1 parent 0f29242 commit fdee4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/BriemHand.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ code = "f fi fl f_f florin";
name = f_left;
},
{
code = "i idotless iogonek iota-latin istroke istroke.dotless ij ij_acutecomb j jdotless jdotlessstroke jstroke r rtail n nhookleft nj eng m mhook u ubar p
code = "i idotless iogonek iota-latin istroke istroke.dotless ij ij_acutecomb j jdotless jdotlessstroke jstroke r rtail n nhookleft nj eng m mhook u ubar p phook
";
name = i_left;
},
Expand Down Expand Up @@ -811,7 +811,7 @@ sub idotless' @b_left by idotless a.a;
sub idotless' @c_left by idotless a.c;
sub idotless' @f_left by idotless a.b;
sub idotless' @i_left by idotless a.a;
sub idotless' @n_left by idotless a.a;
sub idotless' [@n_left @p_left] by idotless a.a;
sub idotless' @s_left by idotless a.s;
sub idotless' @v_left by idotless a.v;
sub idotless' @x_left by idotless d.x;
Expand Down

0 comments on commit fdee4a4

Please sign in to comment.