Content deleted Content added
Tag: Undo |
No edit summary |
||
Line 1: | Line 1: | ||
.pilesaran { |
.pilesaran { |
||
font-family: 'Pilesaran'; |
font-family: 'Pilesaran', sans-serif; |
||
/* font-size: 3.2cqw; 'cqw' likely not supported—use standard units like rem/rem/em/%/px */ |
|||
font-size: 3.2vw; |
|||
text-align: center; |
text-align: center; |
||
line-height: 0.2vw; |
/* line-height: 0.2vw; Very low—using 'vw' may be stripped; consider a more typical unit */ |
||
margin: 10px; |
margin: 10px; |
||
letter-spacing: -1px; |
letter-spacing: -1px; |
||
Line 9: | Line 9: | ||
.pilesaranText { |
.pilesaranText { |
||
font-family: 'Pilesaran'; |
font-family: 'Pilesaran', sans-serif; |
||
letter-spacing: -1px; |
letter-spacing: -1px; |
||
} |
} |
||
Line 18: | Line 18: | ||
.pilesaran p { |
.pilesaran p { |
||
line-height: 0.2vw; |
/* line-height: 0.2vw; see note above */ |
||
} |
} |
||
Revision as of 17:47, 23 June 2025
.pilesaran {
font-family: 'Pilesaran', sans-serif;
/* font-size: 3.2cqw; 'cqw' likely not supported—use standard units like rem/rem/em/%/px */
text-align: center;
/* line-height: 0.2vw; Very low—using 'vw' may be stripped; consider a more typical unit */
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);
}