CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

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