about summary refs log tree commit diff stats
path: root/src/pages/fonts/styles.css
blob: 754543b1481a994d003b09cf70ca328eafc4f816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
@font-face {
  font-family: "Inter";
  src: url("Inter-VariableFont_slnt,wght.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("Vazirmatn-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
}