Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Has a fixed value for html font-size and not percentage, no browser resize? #20326

Closed
iangregsondev opened this issue Jul 19, 2016 · 1 comment
Labels

Comments

@iangregsondev
Copy link

Hi,

I just noticed that according to the font-size set on the html element, it is using a fixed value rather than percentage. It used to use a percentage right ? I am sure there is a reason behind this. Actually I was just testing increasing the browser font size and my current site doesn't resize when fonts are changed.

I presume this is because it doesn't offer a percentage base REM ?

I would really appreciate some help, this what i am seeing on the html


html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

actually I just noticed, it seems to be redefined on the body too

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
@cvrebert cvrebert changed the title Bootstrap: Has a fixed value for html font-size and not percentage, no browser resize? Has a fixed value for html font-size and not percentage, no browser resize? Jul 19, 2016
@cvrebert
Copy link
Collaborator

Approximate duplicate of #19460.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants