Correction du menu responsive design

This commit is contained in:
2023-04-16 17:41:49 +02:00
parent a9faa3f1fe
commit fcb85eeb9e
26 changed files with 334 additions and 0 deletions

20
sass/fonts.scss Normal file
View File

@@ -0,0 +1,20 @@
@font-face {
font-family: 'Rosa Black Sans';
src: url('fonts/hinted-RosaSans-Black.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Rosa Black Italic';
src: url('/fonts/hinted-RosaSans-BlackItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Rosa Black Bold';
src: url('/fonts/hinted-RosaSans-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}