forked from
rocksky.app/rocksky
A decentralized music tracking and discovery platform built on AT Protocol 馃幍
1@font-face {
2 font-family: 'RockfordSansLight';
3 src: local('RockfordSansLight'), url(./assets/fonts/RockfordSans-Light.otf) format('opentype');
4}
5
6@font-face {
7 font-family: 'RockfordSansRegular';
8 src: local('RockfordSans'), url(./assets/fonts/RockfordSans-Regular.otf) format('opentype');
9}
10
11@font-face {
12 font-family: 'RockfordSansMedium';
13 src: local('RockfordSans'), url(./assets/fonts/RockfordSans-Medium.otf) format('opentype');
14}
15
16@font-face {
17 font-family: 'RockfordSansBold';
18 font-weight: 900;
19 src: local('RockfordSans'), url(./assets/fonts/RockfordSans-Bold.otf) format('opentype');
20}
21
22@font-face {
23 font-family: 'RockfordSansExtraBold';
24 font-weight: 900;
25 src: local('RockfordSans'), url(./assets/fonts/RockfordSans-ExtraBold.otf) format('opentype');
26}
27
28@font-face {
29 font-family: 'UberMove';
30 src: local('RockfordSans'), url(./assets/fonts/RockfordSans-Light.otf) format('opentype');
31}
32
33@font-face {
34 font-family: 'UberMoveText';
35 src: local('RockfordSans'), url(./assets/fonts/RockfordSans-Regular.otf) format('opentype');
36}
37
38body {
39 margin: 0;
40 font-family: RockfordSansLight, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
41 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
42 sans-serif;
43 -webkit-font-smoothing: antialiased;
44 -moz-osx-font-smoothing: grayscale;
45 overflow-y: hidden;
46}