about summary refs log tree commit diff
path: root/app/javascript/styles/fonts/roboto-mono.scss
diff options
context:
space:
mode:
authorJeong Arm <kjwonmail@gmail.com>2021-10-15 04:04:26 +0900
committerGitHub <noreply@github.com>2021-10-14 21:04:26 +0200
commit3ec8e04b3b838428cb289f6cc39fa9b4e2cf94b5 (patch)
tree035026c0ae6c092fb80e816abccdb15153e325c3 /app/javascript/styles/fonts/roboto-mono.scss
parent8ce42640e5131ec4202f6f7dd2557f8e2eba4fc1 (diff)
Add font-display to display text before loading (#16330)
Diffstat (limited to 'app/javascript/styles/fonts/roboto-mono.scss')
-rw-r--r--app/javascript/styles/fonts/roboto-mono.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/fonts/roboto-mono.scss b/app/javascript/styles/fonts/roboto-mono.scss
index 2a1f74e16..bd9839abf 100644
--- a/app/javascript/styles/fonts/roboto-mono.scss
+++ b/app/javascript/styles/fonts/roboto-mono.scss
@@ -6,5 +6,6 @@
     url('../fonts/roboto-mono/robotomono-regular-webfont.ttf') format('truetype'),
     url('../fonts/roboto-mono/robotomono-regular-webfont.svg#roboto_monoregular') format('svg');
   font-weight: 400;
+  font-display: swap;
   font-style: normal;
 }