Correction du menu responsive design
This commit is contained in:
20
sass/fonts.scss
Normal file
20
sass/fonts.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user