mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-29 09:14:59 +00:00
Initial commit of V2.
This commit is contained in:
12
fonts/roboto_regular/stylesheet.css
Executable file
12
fonts/roboto_regular/stylesheet.css
Executable file
@@ -0,0 +1,12 @@
|
||||
@font-face {
|
||||
font-family: 'robotoregular';
|
||||
src: url('Roboto-Regular-webfont.eot');
|
||||
src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('Roboto-Regular-webfont.woff') format('woff'),
|
||||
url('Roboto-Regular-webfont.ttf') format('truetype'),
|
||||
url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user