aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-03-09 18:45:56 -0500
committerJesús <heckyel@hyperbola.info>2019-03-09 18:45:56 -0500
commit1e17d3dfd8cc920dc3761707f3570f7500fea41c (patch)
treefa0ab1a383c33e89f6743de45432415f4572c70a /src
parent38e229406a02a78422be4b84e940117756784310 (diff)
downloadcl-theme-1e17d3dfd8cc920dc3761707f3570f7500fea41c.tar.lz
cl-theme-1e17d3dfd8cc920dc3761707f3570f7500fea41c.tar.xz
cl-theme-1e17d3dfd8cc920dc3761707f3570f7500fea41c.zip
fix avoid invisible text during font loading
Diffstat (limited to 'src')
-rw-r--r--src/scss/custom/_tipografia.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scss/custom/_tipografia.scss b/src/scss/custom/_tipografia.scss
index ee96088..4a9f3d4 100644
--- a/src/scss/custom/_tipografia.scss
+++ b/src/scss/custom/_tipografia.scss
@@ -3,7 +3,7 @@
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
- font-display: auto;
+ font-display: swap;
src: local('Roboto Condensed'),
local('RobotoCondensed-Regular'),
url(../fonts/roboto/roboto-latin.woff2) format('woff2');