b4d9a27755ba6e5f3fdc153091dfbfa5f1fd66b68939f72377f0eba723ee34b02b80d54c2d5f0000e6da375bdc5b5dabc811bfb1dd78be737e71252e4354e6 896 B

1234567891011121314151617181920212223242526
  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. @font-face {
  6. font-family: "codicon";
  7. font-display: block;
  8. src: url(./codicon.ttf) format("truetype");
  9. }
  10. .codicon[class*='codicon-'] {
  11. font: normal normal normal 16px/1 codicon;
  12. display: inline-block;
  13. text-decoration: none;
  14. text-rendering: auto;
  15. text-align: center;
  16. text-transform: none;
  17. -webkit-font-smoothing: antialiased;
  18. -moz-osx-font-smoothing: grayscale;
  19. user-select: none;
  20. -webkit-user-select: none;
  21. -ms-user-select: none;
  22. }
  23. /* icon rules are dynamically created by the platform theme service (see iconsStyleSheet.ts) */