Content deleted Content added
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
@font-face { |
@font-face { |
||
font-family: 'Pilesaran'; |
font-family: 'Pilesaran'; |
||
src: url('/resources/assets/fonts/Pilesaran.woff2') format('woff2'), |
|||
/* Remove data: URI for compatibility */ |
|||
url('/resources/assets/fonts/Pilesaran.woff') format('woff'); |
|||
font-weight: normal; |
font-weight: normal; |
||
font-style: normal; |
font-style: normal; |
||
Line 36: | Line 36: | ||
.rotate { |
.rotate { |
||
transform: rotate(180deg); |
transform: rotate(180deg); |
||
/* Removed -webkit-transform as it’s often unnecessary */ |
|||
} |
} |
Revision as of 17:21, 23 June 2025
@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);
}