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