Web interface for managing calendars and addressbooks

This commit is contained in:
Unrud
2017-05-31 13:18:42 +02:00
parent ab9e9b2d7c
commit 9585c0b048
12 changed files with 1373 additions and 2 deletions

View File

@@ -0,0 +1,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');
}