@supports (text-justify: inter-character) {
  h1 {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
  }
}
