mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
updating the tab font-family
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.tabs {
|
||||
background: #333333;
|
||||
border-bottom: 4px solid #424242;
|
||||
font: 12px Trebuchet MS, arial, freesans, clean, sans-serif !important;
|
||||
}
|
||||
|
||||
.tab {
|
||||
@@ -61,7 +62,6 @@
|
||||
}
|
||||
|
||||
.tab .file-name {
|
||||
font-size: 12px !important;
|
||||
font-weight: normal !important;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
html, body {
|
||||
font: 16px Consolas, Inconsolata, Monaco, Courier !important;
|
||||
font: 16px Inconsolata, Monaco, Courier !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user