2017-11-22 06:56:31 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: vn-font-medium;
|
|
|
|
src: url(./fonts/Roboto-Medium.ttf);
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: vn-font;
|
2018-01-29 11:37:54 +00:00
|
|
|
src: url(./fonts/Roboto-Regular.ttf);
|
2017-11-22 06:56:31 +00:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: vn-font-bold;
|
|
|
|
src: url(./fonts/Roboto-Bold.ttf);
|
|
|
|
}
|
2019-10-04 22:16:57 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Material Icons';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2020-11-23 12:41:51 +00:00
|
|
|
src: url(./fonts/MaterialIcons-Regular.woff2) format('woff2');
|
2019-10-04 22:16:57 +00:00
|
|
|
}
|
2019-10-18 19:36:30 +00:00
|
|
|
|
|
|
|
.material-icons {
|
|
|
|
font-family: 'Material Icons';
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2020-04-02 13:11:42 +00:00
|
|
|
font-size: 1.5rem; /* Preferred icon size */
|
2019-10-18 19:36:30 +00: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';
|
|
|
|
}
|
2020-05-06 12:38:09 +00:00
|
|
|
|
|
|
|
[class^="icon-"] {
|
|
|
|
padding: .1em;
|
|
|
|
font-size: .833em;
|
|
|
|
}
|