[gi-docgen/none-more-fonts: 6/8] template: Use the correct font file




commit 2cd708df558b2cce106cc9b3216bc79dc59b0bac
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Mar 31 11:49:51 2021 +0100

    template: Use the correct font file
    
    There is no RedHatText-RegularItalic: only RedHatText-Italic.

 gidocgen/templates/basic/fonts.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gidocgen/templates/basic/fonts.css b/gidocgen/templates/basic/fonts.css
index 1ea7909..a630a4a 100644
--- a/gidocgen/templates/basic/fonts.css
+++ b/gidocgen/templates/basic/fonts.css
@@ -106,8 +106,8 @@
 @font-face {
   font-family: "RedHatTextWeb";
   src: local('RedHatTextWeb'),
-       url("RedHatText-RegularItalic.woff2") format("woff2"),
-       url("RedHatText-RegularItalic.woff") format("woff");
+       url("RedHatText-Italic.woff2") format("woff2"),
+       url("RedHatText-Italic.woff") format("woff");
   font-style: italic;
   font-weight: 400;
   font-display: fallback;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]