/* Обычный */ @font-face { font-family: 'Verdana'; src: url(/sites/all/themes/vesta/fonts/Verdana.ttf); } /* Жирный */ @font-face { font-family: 'Verdana bold'; src: url(/sites/all/themes/vesta/fonts/Verdana-Bold.ttf); } /* Жирный Италик */ @font-face { font-family: 'Verdana bold italic'; src: url(/sites/all/themes/vesta/fonts/Verdana-BoldItalic.ttf); } /* Италик */ @font-face { font-family: 'Verdana italic'; src: url(/sites/all/themes/vesta/fonts/Verdana-Italic.ttf); } //Адаптив .desctop-xxl(@rules) { @media screen and (min-width: 1300px){ @rules(); }; }; .desctop-xl(@rules) { @media screen and (min-width: 1200px){ @rules(); }; }; .desctop-lg(@rules) { @media screen and (min-width: 992px) and (max-width: 1199px){ @rules(); }; }; .desctop-md(@rules) { @media screen and (min-width: 768px) and (max-width: 991px){ @rules(); }; }; .desctop-sm(@rules) { @media screen and (min-width: 575px) and (max-width: 767px){ @rules(); }; }; .desctop-mob(@rules) { @media screen and (max-width: 767px){ @rules(); }; }; // .desctop-xxl({ // }); // .desctop-xl({ // }); // .desctop-lg({ // }); // .desctop-md({ // }); // .desctop-sm({ // }); // .desctop-mob({ // }); @import 'style/universal_blocks'; @import 'style/blocks'; @import 'style/structure'; @import 'style/other'; @import 'style/front-notfront'; @import 'style/animations'; @import 'style/grants';