mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 18:02:54 +01:00
Merge pull request #8512 from MiguelCastillo/fonts-cssclean
Removed font definitions from css since they are handled in the fonts ap...
This commit is contained in:
commit
612ff365bd
@ -144,9 +144,6 @@
|
||||
*/
|
||||
.code-font() {
|
||||
color: @content-color;
|
||||
font-size: 12px;
|
||||
line-height: 1.25;
|
||||
font-family: "SourceCodePro-Medium", "MS ゴシック", "MS Gothic", monospace;
|
||||
}
|
||||
|
||||
.code-font-win() {
|
||||
|
@ -560,7 +560,7 @@ define(function (require, exports, module) {
|
||||
$(DocumentManager).on("currentDocumentChange", _updateUI);
|
||||
|
||||
// Update UI when Brackets finishes loading
|
||||
AppInit.appReady(_updateUI);
|
||||
AppInit.appReady(init);
|
||||
|
||||
exports.restoreFontSize = restoreFontSize;
|
||||
exports.restoreFonts = restoreFonts;
|
||||
|
Loading…
Reference in New Issue
Block a user