Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/src/vs/base/browser/ui/codicons/codicon/codicon.css
3296 views
1
/*---------------------------------------------------------------------------------------------
2
* Copyright (c) Microsoft Corporation. All rights reserved.
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
*--------------------------------------------------------------------------------------------*/
5
6
@font-face {
7
font-family: "codicon";
8
font-display: block;
9
src: url("./codicon.ttf?5d4d76ab2ce5108968ad644d591a16a6") format("truetype");
10
}
11
12
.codicon[class*='codicon-'] {
13
font: normal normal normal 16px/1 codicon;
14
display: inline-block;
15
text-decoration: none;
16
text-rendering: auto;
17
text-align: center;
18
text-transform: none;
19
-webkit-font-smoothing: antialiased;
20
-moz-osx-font-smoothing: grayscale;
21
user-select: none;
22
-webkit-user-select: none;
23
}
24
25
/* icon rules are dynamically created by the platform theme service (see iconsStyleSheet.ts) */
26
27