Content deleted Content added
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
@font-face { |
|||
font-family: 'Pilesaran'; |
|||
src: url(/resources/assets/fonts/Minecraft.woff2) format('woff2'); |
|||
font-weight: normal; |
|||
font-style: normal; |
|||
font-display: swap; |
|||
} |
|||
.pilesaran { |
.pilesaran { |
||
font-family: 'Pilesaran'; |
font-family: 'Pilesaran', sans-serif; |
||
font-size: |
font-size: 1vw; |
||
text-align: center; |
text-align: center; |
||
line-height: 0.2vw; |
line-height: 0.2vw; |
||
Line 17: | Line 9: | ||
.pilesaranText { |
.pilesaranText { |
||
font-family: 'Pilesaran'; |
font-family: 'Pilesaran', sans-serif; |
||
letter-spacing: -1px; |
letter-spacing: -1px; |
||
} |
} |
||
Line 26: | Line 18: | ||
.pilesaran p { |
.pilesaran p { |
||
line-height: 0.2vw; |
/* line-height: 0.2vw; see note above */ |
||
} |
} |
||
Latest revision as of 17:52, 23 June 2025
.pilesaran {
font-family: 'Pilesaran', sans-serif;
font-size: 1vw;
text-align: center;
line-height: 0.2vw;
margin: 10px;
letter-spacing: -1px;
}
.pilesaranText {
font-family: 'Pilesaran', sans-serif;
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; see note above */
}
.demostration {
text-align: center;
}
.rotate {
transform: rotate(180deg);
}