qortal-ui/qortal-ui-core/font/material-icons.css

88 lines
2.0 KiB
CSS
Raw Normal View History

2021-12-25 14:39:47 +01:00
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
2022-12-30 21:06:39 -05:00
src: url(MaterialIcons-Regular.eot);
/* For IE6-8 */
2021-12-25 14:39:47 +01:00
src: local('Material Icons'),
2022-12-30 21:06:39 -05:00
local('MaterialIcons-Regular'),
url(MaterialIcons-Regular.woff2) format('woff2'),
url(MaterialIcons-Regular.woff) format('woff'),
url(MaterialIcons-Regular.ttf) format('truetype');
}
2023-01-12 03:06:10 -05:00
@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
src: local('MaterialSymbolsOutlined'),
url(MaterialSymbolsOutlined.ttf) format('truetype'),
url(MaterialSymbolsOutlined.woff2) format('woff2')
}
2022-12-30 21:06:39 -05:00
@font-face {
font-family: 'Montserrat';
src: local('Montserrat'),
local('Montserrat'),
url(Montserrat.ttf) format('truetype');
}
@font-face {
font-family: 'Raleway';
src: local('Raleway'),
local('Raleway'),
url(Raleway.ttf) format('truetype');
2021-12-25 14:39:47 +01:00
}
2022-12-22 21:38:31 -05:00
@font-face {
font-family: 'KoHo';
src: local('KoHo'),
local('KoHo'),
url(KoHo.ttf) format('truetype');
}
@font-face {
font-family: 'Livvic';
src: local('Livvic'),
local('Livvic'),
url(Livvic.ttf) format('truetype');
}
2021-12-25 14:39:47 +01:00
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
2022-12-30 21:06:39 -05:00
font-size: 24px;
/* Preferred icon size */
2021-12-25 14:39:47 +01:00
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';
2023-01-12 03:06:10 -05:00
}
.material-symbols-outlined {
font-family: 'Material Symbols Outlined';
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;
2022-12-30 21:06:39 -05:00
}