mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Add material icons dep for Tabular section type
It's required so not much we can do about it.
This commit is contained in:
parent
479a61a3ef
commit
aa0f76d3e2
5 changed files with 34 additions and 0 deletions
|
@ -2,7 +2,41 @@
|
|||
margin-top: 6px;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Material Icons";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("font/MaterialIcons-Regular.eot");
|
||||
src: local('Material Icons'), local('MaterialIcons-Regular'),
|
||||
url("font/MaterialIcons-Regular.woff2") format('woff2'),
|
||||
url("font/MaterialIcons-Regular.woff") format('woff'),
|
||||
url("font/MaterialIcons-Regular.ttf") format('truetype');
|
||||
}
|
||||
|
||||
.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';
|
||||
}
|
||||
|
||||
.fr-element,
|
||||
.fr-element:focus {
|
||||
|
|
BIN
gui/public/assets/font/MaterialIcons-Regular.eot
Executable file
BIN
gui/public/assets/font/MaterialIcons-Regular.eot
Executable file
Binary file not shown.
BIN
gui/public/assets/font/MaterialIcons-Regular.ttf
Executable file
BIN
gui/public/assets/font/MaterialIcons-Regular.ttf
Executable file
Binary file not shown.
BIN
gui/public/assets/font/MaterialIcons-Regular.woff
Executable file
BIN
gui/public/assets/font/MaterialIcons-Regular.woff
Executable file
Binary file not shown.
BIN
gui/public/assets/font/MaterialIcons-Regular.woff2
Executable file
BIN
gui/public/assets/font/MaterialIcons-Regular.woff2
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue