2012-07-16 14:50:02 +02:00
|
|
|
// Roboto mixin for Android keys
|
|
|
|
.font-roboto() {
|
|
|
|
font-family: RobotoRegular, sans-serif;
|
2012-07-16 13:08:34 +02:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2012-07-16 14:50:02 +02:00
|
|
|
/*
|
|
|
|
The font files are a bit weirdly aligned,
|
|
|
|
this centers the glyphs on the buttons again
|
|
|
|
*/
|
2012-07-16 13:08:34 +02:00
|
|
|
padding: .3em .3em .2em .3em;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'RobotoRegular';
|
|
|
|
src: url('../fonts/Roboto-Regular-webfont.eot');
|
|
|
|
src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
|
|
|
|
url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
|
|
|
|
url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|