Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:XPDG/sandbox/NälkänScripts/styles.css

From Echoes of the Flesh
@font-face {
  font-family: 'Pilesaran';
  src: url(/resources/assets/fonts/Pilesaran.woff2) format('woff2'),
       url(/resources/assets/fonts/Pilesaran.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.pilesaran {
  font-family: 'Pilesaran';
  font-size: 3.2vw;
  text-align: center;
  line-height: 0.2vw;
  margin: 10px;
  letter-spacing: -1px;
}

.pilesaranText {
  font-family: 'Pilesaran';
  letter-spacing: -1px;
}

sup {
  font-family: InterVariable, RedactRect, Inter, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
}

.pilesaran p {
  line-height: 0.2vw;
}

.demostration {
  text-align: center;
}

.rotate {
  transform: rotate(180deg);
}