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