Skip to content

html tag's font-size #1720

Oct 20, 2020 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

I think most of your questions can be answered the same:

You can change the value for @fontSize in site.variables and recompile FUI. All calculations for all components will be done automatically, you dont need to do that on your own 🙂

For a general responsive website you should check to use the following meta tag in your html <head> section

<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">

This almost always reduces the need of manual change of font fizes

Why you have chosen 14px as "html" tag's default value and not 10px? so that programmers can do the calculations more easily? is there a specific reason (event that you haven't used…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@asantech
Comment options

@lubber-de
Comment options

@asantech
Comment options

@lubber-de
Comment options

@asantech
Comment options

Answer selected by lubber-de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants