@age/quantum
Version:
Catho react components
57 lines (50 loc) • 2.22 kB
CSS
/* oxygen-regular - latin */
@font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 400;
src: url('./fonts/Oxygen/oxygen-v7-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Oxygen Regular'), local('Oxygen-Regular'),
url('./fonts/Oxygen/oxygen-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./fonts/Oxygen/oxygen-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/Oxygen/oxygen-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
url('./fonts/Oxygen/oxygen-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('./fonts/Oxygen/oxygen-v7-latin-regular.svg#Oxygen') format('svg'); /* Legacy iOS */
}
/* Material Icons */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url('./fonts/MaterialIcons/MaterialIcons-Regular.eot'); /* IE9 Compat Modes */
src: local('Material Icons'), local('./fonts/MaterialIcons/MaterialIcons-Regular'),
url('./fonts/MaterialIcons/MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./fonts/MaterialIcons/MaterialIcons-Regular.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/MaterialIcons/MaterialIcons-Regular.woff') format('woff'), /* Modern Browsers */
url('./fonts/MaterialIcons/MaterialIcons-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('./fonts/MaterialIcons/MaterialIcons-Regular.svg#MaterialIcons') format('svg'); /* Legacy iOS */
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}
html, body {
font-family: 'Oxygen', sans-serif;
}