mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
16 lines
545 B
CSS
16 lines
545 B
CSS
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
|
|
#sampleContent {
|
|
height: 400px;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "codicon";
|
|
font-display: block;
|
|
src: url("~@vscode/codicons/dist/codicon.ttf") format("truetype");
|
|
}
|