aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-04 18:10:18 -0500
committerJesús <heckyel@hyperbola.info>2021-12-04 18:10:18 -0500
commitbabb7dab23a5579eda553ea283df804fa6fb9db4 (patch)
treed36a5f5a97bcca137554fc60eca6ee77a2fa6167 /src
parent96d6eef3438a70e85bd95ba22a56b29b25ff1136 (diff)
downloadsimple-babb7dab23a5579eda553ea283df804fa6fb9db4.tar.lz
simple-babb7dab23a5579eda553ea283df804fa6fb9db4.tar.xz
simple-babb7dab23a5579eda553ea283df804fa6fb9db4.zip
[General design]: set font-size to 16px
Diffstat (limited to 'src')
-rw-r--r--src/scss/styles/_tipografia.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scss/styles/_tipografia.scss b/src/scss/styles/_tipografia.scss
index 4a9f3d4..1728a7a 100644
--- a/src/scss/styles/_tipografia.scss
+++ b/src/scss/styles/_tipografia.scss
@@ -13,4 +13,5 @@
/* html/body/font-fixes */
body, input, textarea, .button {
font-family: 'Roboto Condensed', Nimbus Sans, sans-serif;
+ font-size: 16px;
}