facelessuser / MarkdownPreview

Markdown preview and build plugin for Sublime Text https://facelessuser.github.io/MarkdownPreview/
Other
405 stars 53 forks source link

Update font to match GitHub #95

Closed kennith closed 4 years ago

kennith commented 4 years ago

This merge request update font-family and font-size to match with GitHub.

Updated:

facelessuser commented 4 years ago

@kennith, Thanks for the pull request. Normally this CSS is synced with https://github.com/sindresorhus/github-markdown-css. I may just merge this, or I may look at resyncing the CSS. I'll have to see, but one way or the other, I'll update this.

facelessuser commented 4 years ago

@gir-bot add S: needs-decision @gir-bot retrigger auto-labels

Edit: Forgot that gir-bot looks in the current branch for its config.

gir-bot commented 4 years ago

Oops! There was a problem adding some of the labels.

kennith commented 4 years ago

@kennith, Thanks for the pull request. Normally this CSS is synced with https://github.com/sindresorhus/github-markdown-css. I may just merge this, or I may look at resyncing the CSS. I'll have to see, but one way or the other, I'll update this.

@facelessuser OK. I can do a PR in https://github.com/sindresorhus/github-markdown-css instead. Let me know which works better.

facelessuser commented 4 years ago

You can head down that road if you'd like. It's not a simple drop in as there is a couple of things we manually put in for our own preview, but feel free to take a look. Moving forward, we should probably add some comments to note what we specifically add to make the process easier.

facelessuser commented 4 years ago

Bot should look at master now...let's try

@gir-bot retrigger all

Edit: Looks like it works.

facelessuser commented 4 years ago

@kennith, I think #97 should do what you want. There are very few changes to the what we sync up to. I had to refresh myself, but it appears to work good.