Blame view

public/scss/_fonts.scss 577 Bytes
b80175387   Андрей Ларионов   Начальный проект ...
1
2
3
4
5
6
7
8
9
10
11
12
13
  
  
  @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", "MullerRegular", 400, normal);
  @include font-face("Muller", "MullerMedium", 500, normal);
  @include font-face("Muller", "MullerBold", 700, normal);
  
  @include font-face("Manrope", "Manrope-Light", 300, normal);
  @include font-face("Manrope", "Manrope-SemiBold", 600, normal);