aboutsummaryrefslogtreecommitdiff
path: root/radicale_web/web/css/fonts.css
blob: 297998e0fc6d00fd94312ad351bbb2891b71811d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(fonts/Roboto-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(fonts/Roboto-Light.woff2) format('woff2');
}
bgstack15