Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50640 views
1
@font-face {
2
font-family: 'cocalc-icons';
3
src: url('./cocalc-icons.eot?v=1.0.0');
4
src: url('./cocalc-icons.eot?v=1.0.0#iefix') format('embedded-opentype'),
5
url('./cocalc-icons.ttf?v=1.0.0') format('truetype'),
6
url('./cocalc-icons.woff?v=1.0.0') format('woff'),
7
url('./cocalc-icons.svg?v=1.0.0#cocalc-icons') format('svg');
8
font-weight: normal;
9
font-style: normal;
10
}
11
12
[class^="cc-icon-"], [class*=" cc-icon-"] {
13
/* use !important to prevent issues with browser extensions that change fonts */
14
font-family: 'cocalc-icons' !important;
15
speak: none;
16
font-style: normal;
17
font-weight: normal;
18
font-variant: normal;
19
text-transform: none;
20
line-height: 1;
21
22
/* Better Font Rendering =========== */
23
-webkit-font-smoothing: antialiased;
24
-moz-osx-font-smoothing: grayscale;
25
}
26
27
.cc-icon-ipynb-file:before {
28
content: "\e90f";
29
}
30
.cc-icon-jupyter-file:before {
31
content: "\e910";
32
}
33
.cc-icon-tex-file:before {
34
content: "\e90e";
35
}
36
.cc-icon-markdown:before {
37
content: "\e900";
38
}
39
.cc-icon-sagemath-file:before {
40
content: "\e902";
41
}
42
.cc-icon-file-o:before {
43
content: "\e907";
44
}
45
.cc-icon-sagemath-bold:before {
46
content: "\e90b";
47
}
48
.cc-icon-sagemath:before {
49
content: "\e90c";
50
}
51
.cc-icon-cocalc-ring:before {
52
content: "\e90a";
53
}
54
.cc-icon-julia:before {
55
content: "\e909";
56
}
57
.cc-icon-octave:before {
58
content: "\e908";
59
}
60
.cc-icon-r:before {
61
content: "\e906";
62
}
63
.cc-icon-python:before {
64
content: "\e905";
65
}
66
.cc-icon-cocalc:before {
67
content: "\e901";
68
}
69
.cc-icon-ipynb:before {
70
content: "\e903";
71
}
72
.cc-icon-jupyter:before {
73
content: "\e904";
74
}
75
.cc-icon-image:before {
76
content: "\e90d";
77
}
78
.cc-icon-video-camera:before {
79
content: "\e914";
80
}
81
.cc-icon-library:before {
82
content: "\e921";
83
}
84
.cc-icon-earth:before {
85
content: "\e9ca";
86
}
87
.cc-icon-link:before {
88
content: "\e9cb";
89
}
90
.cc-icon-attachment:before {
91
content: "\e9cd";
92
}
93
.cc-icon-pilcrow:before {
94
content: "\ea73";
95
}
96
.cc-icon-section:before {
97
content: "\ea76";
98
}
99
.cc-icon-tux:before {
100
content: "\eabd";
101
}
102
103
104