Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagecell
Path: blob/master/static/fontawesome.css
447 views
1
/*!
2
* Font Awesome 3.0.2
3
* the iconic font designed for use with Twitter Bootstrap
4
* -------------------------------------------------------
5
* The full suite of pictographic icons, examples, and documentation
6
* can be found at: http://fortawesome.github.com/Font-Awesome/
7
*
8
* License
9
* -------------------------------------------------------
10
* - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
11
* - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
12
* http://opensource.org/licenses/mit-license.html
13
* - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
14
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
15
* "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
16
17
* Contact
18
* -------------------------------------------------------
19
* Email: [email protected]
20
* Twitter: http://twitter.com/fortaweso_me
21
* Work: Lead Product Designer @ http://kyruus.com
22
*/
23
@font-face {
24
font-family: 'FontAwesomeSagecell';
25
src: url('fontawesome-webfont.eot?v=3.0.1');
26
src: url('fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
27
url('fontawesome-webfont.woff?v=3.0.1') format('woff'),
28
url('fontawesome-webfont.ttf?v=3.0.1') format('truetype');
29
font-weight: normal;
30
font-style: normal;
31
}
32
/* Font Awesome styles
33
------------------------------------------------------- */
34
.sagecell [class^="sagecell_icon-"],
35
.sagecell [class*=" sagecell_icon-"] {
36
font-family: FontAwesomeSagecell;
37
font-weight: normal;
38
font-style: normal;
39
text-decoration: inherit;
40
-webkit-font-smoothing: antialiased;
41
42
font-size: 125%;
43
background: transparent;
44
/* sprites.less reset */
45
display: inline;
46
width: auto;
47
height: auto;
48
line-height: normal;
49
vertical-align: baseline;
50
margin-top: 0;
51
}
52
.sagecell [class^="sagecell_icon-"]:before,
53
.sagecell [class*=" sagecell_icon-"]:before {
54
text-decoration: inherit;
55
display: inline-block;
56
speak: none;
57
}
58
.sagecell .sagecell_icon-resize-full:before { content: "\f021"; }
59
.sagecell .sagecell_icon-resize-small:before { content: "\f022"; }
60
61