Files
Web-NibblePoker/resources/Azias/scss/standalone/fonts.scss
Herwin 4a8b815b6e Improved card fold, Added one to the index, Fixed typos
Update .gitignore, 403.php, and 4 more files...
2022-09-22 12:46:12 +02:00

25 lines
381 B
SCSS

/* Standalone > Fonts & Text */
@font-face {
font-family: 'Quantum';
src: url("/resources/Quantum/Quantum.otf") format('opentype');
}
.quantum {
// Only really used for the logo title in the sidebar.
font-family: 'Quantum', sans-serif;
}
.ucase {
// Same as above.
text-transform: uppercase;
}
.r-45 {
transform: rotate(45deg);
}
.r-135 {
transform: rotate(135deg);
}