diff --git a/font-src/support/gr.mjs b/font-src/support/gr.mjs index d44f52128..f31c1e2ff 100644 --- a/font-src/support/gr.mjs +++ b/font-src/support/gr.mjs @@ -424,4 +424,9 @@ export function hashCv(g) { /////////////////////////////////////////////////////////////////////////////////////////////////// -export const SvInheritableRelations = [DependentSelector, Joining, NeqLigationSlashDotted]; +export const SvInheritableRelations = [ + DependentSelector, + Joining, + NeqLigationSlashDotted, + OgonekTrY +];