Skip to content
Merged
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
2 changes: 1 addition & 1 deletion crates/bevy_text/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ impl FontFeatureTag {
pub const ORDINALS: FontFeatureTag = FontFeatureTag::new(b"ordn");

/// Uses a slashed version of zero (0) to differentiate from O.
pub const SLASHED_ZERO: FontFeatureTag = FontFeatureTag::new(b"ordn");
pub const SLASHED_ZERO: FontFeatureTag = FontFeatureTag::new(b"zero");

/// Replaces figures with superscript figures, e.g. for indicating footnotes.
pub const SUPERSCRIPT: FontFeatureTag = FontFeatureTag::new(b"sups");
Expand Down