mirror of
https://old.git.ood.ovh/flambyte/RUX.git
synced 2025-04-29 02:25:23 +02:00
26 lines
No EOL
566 B
CSS
26 lines
No EOL
566 B
CSS
@import 'normalize.css';
|
|
|
|
@font-face {
|
|
font-family: 'MoodboardFont';
|
|
font-weight: 400;
|
|
src: url('../fonts/moodboardfont-webfont.woff2') format('woff2'),
|
|
url('../fonts/moodboardfont-webfont.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Queensides';
|
|
font-weight: 400;
|
|
src: url('../fonts/Queensides-3z7Ey.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'QueensidesL';
|
|
font-weight: 300;
|
|
src: url('../fonts/QueensidesLight-ZVj3l.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'QueensidesM';
|
|
font-weight: 700;
|
|
src: url('../fonts/QueensidesMedium-x30zV.ttf');
|
|
} |