A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update fonts

+40 -16
+40 -16
src/Static/Css/Fonts.css
··· 1 1 @font-face { 2 2 font-family: "Source Sans Pro"; 3 - src: url("fonts/sourcesanspro/light.woff2") format("woff2"), 4 - url("fonts/sourcesanspro/light.woff") format("woff"); 3 + src: url("fonts/sourcesanspro/light.woff2") format("woff2"); 5 4 font-weight: 300; 6 5 font-style: normal; 7 6 } ··· 9 8 10 9 @font-face { 11 10 font-family: "Source Sans Pro"; 12 - src: url("fonts/sourcesanspro/light-italic.woff2") format("woff2"), 13 - url("fonts/sourcesanspro/light-italic.woff") format("woff"); 11 + src: url("fonts/sourcesanspro/light-italic.woff2") format("woff2"); 14 12 font-weight: 300; 15 13 font-style: italic; 16 14 } ··· 18 16 19 17 @font-face { 20 18 font-family: "Source Sans Pro"; 21 - src: url("fonts/sourcesanspro/regular.woff2") format("woff2"), 22 - url("fonts/sourcesanspro/regular.woff") format("woff"); 19 + src: url("fonts/sourcesanspro/regular.woff2") format("woff2"); 23 20 font-weight: 400; 24 21 font-style: normal; 25 22 } ··· 27 24 28 25 @font-face { 29 26 font-family: "Source Sans Pro"; 30 - src: url("fonts/sourcesanspro/italic.woff2") format("woff2"), 31 - url("fonts/sourcesanspro/italic.woff") format("woff"); 27 + src: url("fonts/sourcesanspro/italic.woff2") format("woff2"); 32 28 font-weight: 400; 33 29 font-style: italic; 34 30 } ··· 36 32 37 33 @font-face { 38 34 font-family: "Source Sans Pro"; 39 - src: url("fonts/sourcesanspro/semibold.woff2") format("woff2"), 40 - url("fonts/sourcesanspro/semibold.woff") format("woff"); 35 + src: url("fonts/sourcesanspro/semibold.woff2") format("woff2"); 41 36 font-weight: 600; 42 37 font-style: normal; 43 38 } ··· 45 40 46 41 @font-face { 47 42 font-family: "Source Sans Pro"; 48 - src: url("fonts/sourcesanspro/bold.woff2") format("woff2"), 49 - url("fonts/sourcesanspro/bold.woff") format("woff"); 43 + src: url("fonts/sourcesanspro/bold.woff2") format("woff2"); 50 44 font-weight: 700; 51 45 font-style: normal; 52 46 } ··· 58 52 59 53 @font-face { 60 54 font-family: "Montserrat"; 61 - src: url("fonts/montserrat/semibold.woff2") format("woff2"), 62 - url("fonts/montserrat/semibold.woff") format("woff"); 55 + src: url("fonts/montserrat/light.woff2") format("woff2"); 56 + font-weight: 300; 57 + font-style: normal; 58 + } 59 + 60 + 61 + @font-face { 62 + font-family: "Montserrat"; 63 + src: url("fonts/montserrat/regular.woff2") format("woff2"); 64 + font-weight: 400; 65 + font-style: normal; 66 + } 67 + 68 + 69 + @font-face { 70 + font-family: "Montserrat"; 71 + src: url("fonts/montserrat/medium.woff2") format("woff2"); 63 72 font-weight: 500; 64 73 font-style: normal; 65 74 } ··· 67 76 68 77 @font-face { 69 78 font-family: "Montserrat"; 70 - src: url("fonts/montserrat/bold.woff2") format("woff2"), 71 - url("fonts/montserrat/bold.woff") format("woff"); 79 + src: url("fonts/montserrat/semibold.woff2") format("woff2"); 80 + font-weight: 600; 81 + font-style: normal; 82 + } 83 + 84 + 85 + @font-face { 86 + font-family: "Montserrat"; 87 + src: url("fonts/montserrat/bold.woff2") format("woff2"); 72 88 font-weight: 700; 89 + font-style: normal; 90 + } 91 + 92 + 93 + @font-face { 94 + font-family: "Montserrat"; 95 + src: url("fonts/montserrat/extrabold.woff2") format("woff2"); 96 + font-weight: 800; 73 97 font-style: normal; 74 98 } 75 99
src/Static/Fonts/montserrat/bold.woff

This is a binary file and will not be displayed.

src/Static/Fonts/montserrat/bold.woff2

This is a binary file and will not be displayed.

src/Static/Fonts/montserrat/extrabold.woff2

This is a binary file and will not be displayed.

src/Static/Fonts/montserrat/light.woff2

This is a binary file and will not be displayed.

src/Static/Fonts/montserrat/medium.woff2

This is a binary file and will not be displayed.

src/Static/Fonts/montserrat/regular.woff2

This is a binary file and will not be displayed.

src/Static/Fonts/montserrat/semibold.woff

This is a binary file and will not be displayed.

src/Static/Fonts/montserrat/semibold.woff2

This is a binary file and will not be displayed.

src/Static/Fonts/sourcesanspro/bold.woff

This is a binary file and will not be displayed.

src/Static/Fonts/sourcesanspro/bold.woff2

This is a binary file and will not be displayed.

src/Static/Fonts/sourcesanspro/italic.woff

This is a binary file and will not be displayed.

src/Static/Fonts/sourcesanspro/italic.woff2

This is a binary file and will not be displayed.

src/Static/Fonts/sourcesanspro/light-italic.woff

This is a binary file and will not be displayed.

src/Static/Fonts/sourcesanspro/light-italic.woff2

This is a binary file and will not be displayed.

src/Static/Fonts/sourcesanspro/light.woff

This is a binary file and will not be displayed.

src/Static/Fonts/sourcesanspro/light.woff2

This is a binary file and will not be displayed.

src/Static/Fonts/sourcesanspro/regular.woff

This is a binary file and will not be displayed.

src/Static/Fonts/sourcesanspro/regular.woff2

This is a binary file and will not be displayed.

src/Static/Fonts/sourcesanspro/semibold.woff

This is a binary file and will not be displayed.

src/Static/Fonts/sourcesanspro/semibold.woff2

This is a binary file and will not be displayed.