From bc025f3dc42848c8c2f070380ad1747bfbd43736 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Fri, 5 Apr 2019 09:11:40 +1100
Subject: [PATCH] fix fonts tag

---
 jwm/rootfs/etc/skel/.config/jwm/theme | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/jwm/rootfs/etc/skel/.config/jwm/theme b/jwm/rootfs/etc/skel/.config/jwm/theme
index ef4b085..bcbb28c 100644
--- a/jwm/rootfs/etc/skel/.config/jwm/theme
+++ b/jwm/rootfs/etc/skel/.config/jwm/theme
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <JWM>
-	<Font>Liberation Sans-9</Font>
+	
 	<!-- Window button -->
 	<ButtonClose>/usr/share/themes/Arc/unity/close.svg</ButtonClose>
 	<ButtonMax>/usr/share/themes/Arc/unity/unmaximize_dash_prelight.svg</ButtonMax>
@@ -8,7 +8,7 @@
 	<ButtonMin>/usr/share/themes/Arc/unity/minimize_dash_prelight.svg</ButtonMin>
     <!-- Visual Style Window. -->
     <WindowStyle decorations="flat">
-        
+        <Font>Liberation Sans-9</Font>
         <Width>1</Width>
         <Height>25</Height>
         <Corner>5</Corner>
@@ -25,7 +25,7 @@
 
     <!-- Visual Style Tray. -->
     <TrayStyle decorations="flat">
-       
+        <Font>Liberation Sans-9</Font>
         <Background>#444444</Background>
         <Foreground>white</Foreground>
         <Active>
@@ -37,7 +37,7 @@
 
     <!-- Visual Style Pager. -->
     <PagerStyle>
-		
+		<Font>Liberation Sans-9</Font>
         <Outline>#444444</Outline>
         <Text>white</Text>
         <Foreground>#444444</Foreground>
@@ -50,7 +50,7 @@
 
     <!-- Visual Style Menu. -->
     <MenuStyle>
-        
+        <Font>Liberation Sans-9</Font>
         <Foreground>white</Foreground>
         <Background>#444444</Background>
         <Active>
@@ -62,7 +62,7 @@
 
     <!-- Visual Style Pop. -->
     <PopupStyle>
-        
+        <Font>Liberation Sans-9</Font>
         <Outline>#FFFFFF</Outline>
         <Foreground>#000000</Foreground>
         <Background>#FFFFFF</Background>
-- 
GitLab