From 4647d5b324253804a720b5e139c4dff10741ac49 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 28 Jan 2019 12:18:01 -0800 Subject: [PATCH] web: change certificate title font so that it works with Firefox ... which apparently no longer has Optima or ZapfChancery --- html/user/cert1.php | 3 +-- html/user/cert_all.php | 3 +-- html/user/cert_team.php | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/html/user/cert1.php b/html/user/cert1.php index 6f46794fdb..d973397219 100644 --- a/html/user/cert1.php +++ b/html/user/cert1.php @@ -36,7 +36,6 @@ if ($border=="no") { $credit = credit_string($user->total_credit, false); -$title_font = "\"Optima,ZapfChancery\""; $font = "\"Optima,Lucida Bright,Times New Roman\""; echo " @@ -44,7 +43,7 @@ echo "
- Certificate of Computation + Certificate of Computation diff --git a/html/user/cert_all.php b/html/user/cert_all.php index bce9fd91f6..13adc0c691 100644 --- a/html/user/cert_all.php +++ b/html/user/cert_all.php @@ -35,7 +35,6 @@ if ($border=="no") { $border=8; } -$title_font = "\"Optima,ZapfChancery\""; $font = "\"Optima,Lucida Bright,Times New Roman\""; $user = get_other_projects($user); @@ -57,7 +56,7 @@ echo "
- Certificate of Computation + Certificate of Computation

diff --git a/html/user/cert_team.php b/html/user/cert_team.php index e5fea44843..7b112292ea 100644 --- a/html/user/cert_team.php +++ b/html/user/cert_team.php @@ -42,7 +42,6 @@ if ($border=="no") { $credit = credit_string($team->total_credit, false); -$title_font = "\"Optima,ZapfChancery\""; $font = "\"Optima,Lucida Bright,Times New Roman\""; echo " @@ -50,7 +49,7 @@ echo "
- Certificate of Computation + Certificate of Computation