18 lines
449 B
Text
18 lines
449 B
Text
// styles file (not found)
|
|
//
|
|
// * {
|
|
// -webkit-font-smoothing: antialiased;
|
|
// -webkit-font-feature-settings: "liga" on, "calt" on;
|
|
// }
|
|
//
|
|
// atom-text-editor::shadow .cursor-line {
|
|
// -webkit-font-feature-settings: "liga" off, "calt" off;
|
|
// }
|
|
//
|
|
// div.find-and-replace atom-text-editor::shadow .line {
|
|
// -webkit-font-feature-settings: "liga" off, "calt" off;
|
|
// }
|
|
//
|
|
// atom-text-editor {
|
|
// text-rendering: optimizeLegibility;
|
|
// }
|