All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.gate.emoji.css Maven / Gradle / Ivy

There is a newer version: 12.3.1
Show newest version
e {
  speak: none;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
*[data-emoji]::after {
  speak: none;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: attr(data-icon);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy