mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
commit e38dd346d9f796807ea71035c18e3533ec245ba6 Author: Michael Teeuw <michael@xonaymedia.nl> Date: Sat Apr 2 19:17:30 2016 +0200 Add the possibility to set the maximum number of days. commit 6f5c86775b708d19d3798267ffd23e491a1d2c62 Author: Sam Vendittelli <sam.vendittelli@hotmail.com> Date: Sat Apr 2 06:27:44 2016 +0100 Fixed cursor appearing in margin Cursor was appearing in the margin so moved `cursor: none` property to html. commit 576c668d84b34b8ad7a0fd51b146fde60f721682 Author: Domi-G <lessuseguy+githubdomig@gmail.com> Date: Fri Apr 1 22:52:32 2016 +0200 Huge cleanup of white space
48 lines
1.9 KiB
CSS
48 lines
1.9 KiB
CSS
@font-face {
|
|
font-family: 'robotoregular';
|
|
src: url('roboto_regular/Roboto-Regular-webfont.eot');
|
|
src: url('roboto_regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('roboto_regular/Roboto-Regular-webfont.woff') format('woff'),
|
|
url('roboto_regular/Roboto-Regular-webfont.ttf') format('truetype'),
|
|
url('roboto_regular/Roboto-Regular-webfont.svg#robotoregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'robotomedium';
|
|
src: url('roboto_medium/Roboto-Medium-webfont.eot');
|
|
src: url('roboto_medium/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('roboto_medium/Roboto-Medium-webfont.woff') format('woff'),
|
|
url('roboto_medium/Roboto-Medium-webfont.ttf') format('truetype'),
|
|
url('roboto_medium/Roboto-Medium-webfont.svg#robotomedium') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'robotobold';
|
|
src: url('roboto_bold/Roboto-Bold-webfont.eot');
|
|
src: url('roboto_bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('roboto_bold/Roboto-Bold-webfont.woff') format('woff'),
|
|
url('roboto_bold/Roboto-Bold-webfont.ttf') format('truetype'),
|
|
url('roboto_bold/Roboto-Bold-webfont.svg#robotobold') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'robotolight';
|
|
src: url('roboto_light/Roboto-Light-webfont.eot');
|
|
src: url('roboto_light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('roboto_light/Roboto-Light-webfont.woff') format('woff'),
|
|
url('roboto_light/Roboto-Light-webfont.ttf') format('truetype'),
|
|
url('roboto_light/Roboto-Light-webfont.svg#robotolight') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|