question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Font size issue in v0.14.0

See original GitHub issue
  • NW.js v0.14.0
  • Windows 7 x64

I have a simple test app:

{
  "name": "nw-test",
  "main": "index.html",
  "window": {
    "title": "NW Test"
  }
}
<!DOCTYPE html>
<html>
  <head>
    <meta charset='UTF-8'>
    <title>NW Test</title>
  </head>
  <body>
    <pre><script>
      document.write(JSON.stringify(process.versions, null, '  '));
    </script></pre>
  </body>
</html>

Strangely if I open it in the nwjs-sdk, the font size is normal, but in the nwjs-normal the font size is extremely small. Deleting app folder in the user appdata does not fix the issue. The usual Chrome Ctrl++, Ctrl±, Ctrl+0 don’t change the font size in both nw flavors.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:18 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
rogerwangcommented, Apr 22, 2016

Yeah. we fixed a related issue #4746 in 0.14.2. glad to see it helps this issue.

0reactions
PriteshGajjar008commented, Mar 28, 2017

Thanks, got it. I could register this shortcut.

Read more comments on GitHub >

github_iconTop Results From Across the Web

WFP UI Guidelines v0.14.0 — Typography
The size of your text is as important for your message, as your WFP colours are to its branding. When the type is...
Read more >
font size changes in figures - MATLAB Answers - MathWorks
I'm trying to change the sizes of various fonts in some figures, ... No matter what I do, the font size that shows...
Read more >
Outlook oft font-size:7pt problem - Microsoft Community
Hi, I have strange problem with save as oft. In html file I set "font-size:7pt;" to spans, and font-size:6pt; or 8pt to other...
Read more >
Claus Ekstrøm on Twitter: "@statsgen @xieyihui @sarah_romanes ...
The recent update to remark.js version 0.15.0 has "fixed" a font size issue. This is propagating to xaringan since the most recent version...
Read more >
Unicode font - Wikipedia
A Unicode font is a computer font that maps glyphs to code points defined in the Unicode Standard. The vast majority of modern...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found