Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Galante <agalante@gmail.com>2018-09-11 13:08:42 +0300
committerAndres Galante <agalante@gmail.com>2018-09-11 13:09:50 +0300
commite2b6e3ee95e17a89d0434623473063b3e6d689cc (patch)
tree888ad4b5b8992cdd222be719b2f0fa5afe809a13 /README.md
parent8faebf19e139d5970540f239c04c43ba245456b3 (diff)
rewords screen size to viewport size
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f7bcbe6..8b526a8 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[npm-image]: https://img.shields.io/npm/v/rfs.svg
[npm-url]: https://npmjs.org/package/rfs
-> RFS (abbreviation for responsive font size) is an algorithm which **automatically calculates the appropriate font size** based on the dimensions of the monitor or device. It's available in 5 languages:
+> RFS (abbreviation for responsive font size) is an algorithm which **automatically calculates the appropriate font size** based on the dimensions of the browser viewport. It's available in 5 languages:
> - [SCSS](http://sass-lang.com/)
> - [Sass](http://sass-lang.com/)
> - [PostCSS](http://postcss.org/)
@@ -10,7 +10,7 @@
> - [Stylus](http://stylus-lang.com/)
## Advantages
-- Font sizes will **rescale for every screen or device**, this prevents long words from being chopped off the screen on mobile devices.
+- Font sizes will **rescale for every screen or device**, this prevents long words from being chopped off the viewport on small devices.
- The minimum font size (configuration variable) will prevent the font size from becoming too small so readability can
be assured.
- **Super easy** to use, no need to define complex configurations for each font size.