mirror of https://github.com/snachodog/mybuddy.git
93 lines
3.6 KiB
CSS
93 lines
3.6 KiB
CSS
@font-face {
|
|
font-family: 'babybuddy';
|
|
src: url('../font/babybuddy.eot?72731680');
|
|
src: url('../font/babybuddy.eot?72731680#iefix') format('embedded-opentype'),
|
|
url('../font/babybuddy.woff2?72731680') format('woff2'),
|
|
url('../font/babybuddy.woff?72731680') format('woff'),
|
|
url('../font/babybuddy.ttf?72731680') format('truetype'),
|
|
url('../font/babybuddy.svg?72731680#babybuddy') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
/*
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
@font-face {
|
|
font-family: 'babybuddy';
|
|
src: url('../font/babybuddy.svg?72731680#babybuddy') format('svg');
|
|
}
|
|
}
|
|
*/
|
|
[class^="icon-"]:before, [class*=" icon-"]:before {
|
|
font-family: "babybuddy";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
speak: never;
|
|
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
width: 1em;
|
|
margin-right: .2em;
|
|
text-align: center;
|
|
/* opacity: .8; */
|
|
|
|
/* For safety - reset parent styles, that can break glyph codes*/
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
|
|
/* fix buttons height, for twitter bootstrap */
|
|
line-height: 1em;
|
|
|
|
/* Animation center compensation - margins should be symmetric */
|
|
/* remove if not needed */
|
|
margin-left: .2em;
|
|
|
|
/* you can be more comfortable with increased icons size */
|
|
/* font-size: 120%; */
|
|
|
|
/* Font smoothing. That was taken from TWBS */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
/* Uncomment for 3D effect */
|
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
}
|
|
|
|
.icon-add:before { content: '\e800'; } /* '' */
|
|
.icon-camera:before { content: '\e801'; } /* '' */
|
|
.icon-chat:before { content: '\e802'; } /* '' */
|
|
.icon-delete:before { content: '\e803'; } /* '' */
|
|
.icon-mail:before { content: '\e804'; } /* '' */
|
|
.icon-false:before { content: '\e805'; } /* '' */
|
|
.icon-graph:before { content: '\e806'; } /* '' */
|
|
.icon-list:before { content: '\e807'; } /* '' */
|
|
.icon-lock:before { content: '\e808'; } /* '' */
|
|
.icon-refresh:before { content: '\e809'; } /* '' */
|
|
.icon-stop:before { content: '\e80a'; } /* '' */
|
|
.icon-timer:before { content: '\e80b'; } /* '' */
|
|
.icon-true:before { content: '\e80c'; } /* '' */
|
|
.icon-update:before { content: '\e80d'; } /* '' */
|
|
.icon-user:before { content: '\e80e'; } /* '' */
|
|
.icon-clock:before { content: '\e80f'; } /* '' */
|
|
.icon-calendar:before { content: '\e810'; } /* '' */
|
|
.icon-arrow-up:before { content: '\e811'; } /* '' */
|
|
.icon-arrow-down:before { content: '\e812'; } /* '' */
|
|
.icon-cancel:before { content: '\e813'; } /* '' */
|
|
.icon-dashboard:before { content: '\f0e4'; } /* '' */
|
|
.icon-tummytime:before { content: '\f118'; } /* '' */
|
|
.icon-sad:before { content: '\f119'; } /* '' */
|
|
.icon-source:before { content: '\f126'; } /* '' */
|
|
.icon-angle-circled-left:before { content: '\f137'; } /* '' */
|
|
.icon-angle-circled-right:before { content: '\f138'; } /* '' */
|
|
.icon-child:before { content: '\f1ae'; } /* '' */
|
|
.icon-feeding:before { content: '\f1b1'; } /* '' */
|
|
.icon-activities:before { content: '\f1b3'; } /* '' */
|
|
.icon-timeline:before { content: '\f1da'; } /* '' */
|
|
.icon-diaperchange:before { content: '\f1f8'; } /* '' */
|
|
.icon-sleep:before { content: '\f236'; } /* '' */
|
|
.icon-note:before { content: '\f249'; } /* '' */
|
|
.icon-weight:before { content: '\f24e'; } /* '' */
|
|
.icon-today:before { content: '\f274'; } /* '' */
|
|
.icon-temperature:before { content: '\f2c8'; } /* '' */
|