aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-components_enterprise_watermarking_watermark.cc
blob: 91d817ac88696a43922cce1e85ec452e869597b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- components/enterprise/watermarking/watermark.cc.orig	2024-10-16 21:31:10 UTC
+++ components/enterprise/watermarking/watermark.cc
@@ -34,7 +34,7 @@ gfx::Font WatermarkFont() {
       "Segoe UI",
 #elif BUILDFLAG(IS_MAC)
       "SF Pro Text",
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
       "Ubuntu",
 #elif BUILDFLAG(IS_CHROMEOS)
       "Google Sans",
@@ -45,7 +45,7 @@ gfx::Font::Weight WatermarkFontWeight() {
 }
 
 gfx::Font::Weight WatermarkFontWeight() {
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   return gfx::Font::Weight::SEMIBOLD;
 #else
   return gfx::Font::Weight::MEDIUM;