[gi-docgen/none-more-fonts: 1/3] template: Use the correct font file
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gi-docgen/none-more-fonts: 1/3] template: Use the correct font file
- Date: Wed, 31 Mar 2021 10:52:09 +0000 (UTC)
commit 0c8e0a0bdd343700d4660bbb3ba608bd313c9038
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]