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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/fonts.scss')
-rw-r--r--app/assets/stylesheets/fonts.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/fonts.scss b/app/assets/stylesheets/fonts.scss
index 0d87d49ac18..6886e751b72 100644
--- a/app/assets/stylesheets/fonts.scss
+++ b/app/assets/stylesheets/fonts.scss
@@ -7,7 +7,7 @@ Usage:
@font-face {
font-family: 'GitLab Sans';
font-weight: 100 900;
- font-display: optional;
+ font-display: swap;
font-style: normal;
/* stylelint-disable-next-line property-no-unknown */
font-named-instance: 'Regular';
@@ -17,7 +17,7 @@ Usage:
@font-face {
font-family: 'GitLab Sans';
font-weight: 100 900;
- font-display: optional;
+ font-display: swap;
font-style: italic;
/* stylelint-disable-next-line property-no-unknown */
font-named-instance: 'Regular';
@@ -33,7 +33,7 @@ Usage:
@font-face {
font-family: 'GitLab Mono';
font-weight: 100 900;
- font-display: optional;
+ font-display: swap;
font-style: normal;
src: font-url('gitlab-mono/GitLabMono.woff2') format('woff2');
}
@@ -41,7 +41,7 @@ Usage:
@font-face {
font-family: 'GitLab Mono';
font-weight: 100 900;
- font-display: optional;
+ font-display: swap;
font-style: italic;
src: font-url('gitlab-mono/GitLabMono-Italic.woff2') format('woff2');
}