@mongodb-js/compass-query-bar
Version:
Renders a component for executing MongoDB queries through a GUI.
104 lines (101 loc) • 3.67 kB
text/less
//Reg
@font-face {
font-family: 'Akzidenz';
src: url('../fonts/akzidgrostdreg.eot');
src: url('../fonts/akzidgrostdreg.eot#iefix') format('embedded-opentype'),
url('../fonts/akzidgrostdreg.woff') format('woff'),
url('../fonts/akzidgrostdreg.ttf') format('truetype');
font-style: normal;
font-weight: normal;
}
//Reg Italic
@font-face {
font-family: 'Akzidenz';
src: url('../fonts/akzidgrostdita.eot');
src: url('../fonts/akzidgrostdita.eot#iefix') format('embedded-opentype'),
url('../fonts/akzidgrostdita.woff') format('woff'),
url('../fonts/akzidgrostdita.ttf') format('truetype');
font-style: italic;
font-weight: normal;
}
//Bold
@font-face {
font-family: 'Akzidenz';
src: url('../fonts/akzidgrostdmed.eot');
src: url('../fonts/akzidgrostdmed.eot#iefix') format('embedded-opentype'),
url('../fonts/akzidgrostdmed.woff') format('woff'),
url('../fonts/akzidgrostdmed.ttf') format('truetype');
font-style: normal;
font-weight: bold;
}
//Bold Italic
@font-face {
font-family: 'Akzidenz';
src: url('../fonts/akzidgrostdmedita.eot');
src: url('../fonts/akzidgrostdmedita.eot#iefix') format('embedded-opentype'),
url('../fonts/akzidgrostdmedita.woff') format('woff'),
url('../fonts/akzidgrostdmedita.ttf') format('truetype');
font-style: italic;
font-weight: bold;
}
//Light
@font-face {
font-family: 'Akzidenz';
src: url('../fonts/akzidgrostdlig.eot');
src: url('../fonts/akzidgrostdlig.eot#iefix') format('embedded-opentype'),
url('../fonts/akzidgrostdlig.woff') format('woff'),
url('../fonts/akzidgrostdlig.ttf') format('truetype');
font-style: normal;
font-weight: 200;
}
//Light Italic
@font-face {
font-family: 'Akzidenz';
src: url('../fonts/akzidgrostdligita.eot');
src: url('../fonts/akzidgrostdligita.eot#iefix') format('embedded-opentype'),
url('../fonts/akzidgrostdligita.woff') format('woff'),
url('../fonts/akzidgrostdligita.ttf') format('truetype');
font-style: italic;
font-weight: 200;
}
//Condensed weights and styles
@font-face {
font-family: 'Akzidenz Cnd';
src: url('../fonts/akzidgrostdligcnd.eot');
src: url('../fonts/akzidgrostdligcnd.eot#iefix') format('embedded-opentype'),
url('../fonts/akzidgrostdligcnd.woff') format('woff'),
url('../fonts/akzidgrostdligcnd.ttf') format('truetype');
font-style: normal;
font-weight: 200;
}
@font-face {
font-family: 'MMS Icons';
font-style: normal;
font-weight: normal;
src: url('../fonts/MMSIcons-Regular.eot'); /* IE9 Compat Modes */
src: url('../fonts/MMSIcons-Regular.eot#iefix') format('embedded-opentype'),
url('../fonts/MMSIcons-Regular.woff') format('woff'),
url('../fonts/MMSIcons-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'MMS Icons';
src: url('../fonts/MMSIcons-Regular.svg') format('svg');
}
}
//only used in Classic
// @font-face {
// font-family: 'MMS Illustrations';
// font-style: normal;
// font-weight: normal;
// src: url('../fonts/MMSIllustrations-Regular.eot');
// src: url('../fonts/MMSIllustrations-Regular.eot?#iefix') format('embedded-opentype'),
// url('../fonts/MMSIllustrations-Regular.woff') format('woff'),
// url('../fonts/MMSIllustrations-Regular.ttf') format('truetype');
// }
// @media screen and (-webkit-min-device-pixel-ratio:0) {
// @font-face {
// font-family: 'MMS Illustrations';
// src: url('../fonts/MMSIllustrations-Regular.svg') format('svg');
// }
// }