This repository was archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Adding interfaces to change font size, font family, and line height. #8305
Closed
Closed
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
97d00ef
Adding interfaces to change font size, font family, and line height.
MiguelCastillo 2e72136
Adding more display inline blocks so that line height renders correctly
MiguelCastillo 57e33ad
Renamed fontSizeStyle preference to fontSize
MiguelCastillo 4e463ec
Changed line height values to be floats instead of strings with units…
MiguelCastillo 1b358c9
Refactored fonts manager to handle different permutations of opening/…
MiguelCastillo a84f934
added/removed a few empty lines to give the code a little breathing room
MiguelCastillo 395dd1e
Removed preference change listeners. We should be using the API
MiguelCastillo 0650b83
Adding init function to ensure values are loaded when appReady is called
MiguelCastillo 09650b2
Added a more specific css rule for line height settings to avoid conf…
MiguelCastillo 24177a0
Removed stale variables and jslint definitions
MiguelCastillo bad3395
Removed stale code in favor of initializing the font when the app is …
MiguelCastillo c464845
Removing em unit from line height DOM element
MiguelCastillo cd99a46
Merge master
MiguelCastillo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this required now when it wasn't before? I'm unsure what about making font size configurable would change something about this...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, when line height is changed some items like those don't properly scale because they are spans. To quickly test this behavior, try increasing the line height in the current themes to something like 1.8 and place the cursor on a matching bracket. Or select a word and press CMD+F to find matching search.