summaryrefslogtreecommitdiff
path: root/src/styles.css
blob: 71b058cbf8e9f9bb76e55f04245fbd9f2af4ea73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap') layer(base);
@import 'tailwindcss';

@font-face {
  font-family: 'ThaiCustom';
  src: local('Noto Sans Thai');
  /* Specify a clear Thai font installed on your system */
  size-adjust: 200%;
  unicode-range: U+0E00-0E7F;
}

@font-face {
  font-family: 'Lolmao';
  src: local('Fira');
  /* Specify a clear Thai font installed on your system */
  size-adjust: 200%;
  unicode-range: U+0000-007F;
}