-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathfontello.css
More file actions
90 lines (79 loc) · 3.16 KB
/
Copy pathfontello.css
File metadata and controls
90 lines (79 loc) · 3.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/**
* CMS Pico - Create websites using Pico CMS for Nextcloud.
*
* @copyright Copyright (c) 2022, Daniel Rudolf (<picocms.org@daniel-rudolf.de>)
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* Fontello - Icon fonts generator
*
* @copyright Copyright (c) 2011, Vitaly Puzrin
* @license The MIT License <https://github.com/fontello/fontello/blob/master/LICENSE>
*/
@font-face {
font-family: 'fontello';
src: url('../icon/fontello.eot?60287585');
src: url('../icon/fontello.eot?60287585#iefix') format('embedded-opentype'),
url('../icon/fontello.woff2?60287585') format('woff2'),
url('../icon/fontello.woff?60287585') format('woff'),
url('../icon/fontello.ttf?60287585') format('truetype'),
url('../icon/fontello.svg?60287585#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-arrows-cw:before { content: '\e800'; } /* '' */
.icon-attention-circled:before { content: '\e801'; } /* '' */
.icon-brush:before { content: '\f1fc'; } /* '' */
.icon-cw:before { content: '\e802'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-ellipsis:before { content: '\f141'; } /* '' */
.icon-folder:before { content: '\e803'; } /* '' */
.icon-globe:before { content: '\e804'; } /* '' */
.icon-info-circled:before { content: '\e805'; } /* '' */
.icon-lock:before { content: '\e806'; } /* '' */
.icon-lock-open:before { content: '\e807'; } /* '' */
.icon-ok:before { content: '\e808'; } /* '' */
.icon-pencil:before { content: '\e80a'; } /* '' */
.icon-plus:before { content: '\e809'; } /* '' */
.icon-trash:before { content: '\f1f8'; } /* '' */