Blame view

local/templates/vekprom/scss/_fonts.scss 461 Bytes
2fe1e5ce8   Андрей Ларионов   Первый коммит на ...
1
2
3
4
5
6
7
8
9
  // Подключение семейства шрифтов 'Cera Pro'
  
  @include font-face("Montserrat", "Montserrat-Regular", 400, normal);
  @include font-face("Montserrat", "Montserrat-Medium", 500, normal);
  @include font-face("Montserrat", "Montserrat-SemiBold", 600, normal);
  @include font-face("Montserrat", "Montserrat-Bold", 700, normal);
  
  @include font-face("Muller", "MullerMedium", 500, normal);
  @include font-face("Muller", "MullerBold", 700, normal);