From ed64f67daab8e41d08e5d7938aac6ba8a82e37b9 Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Tue, 30 Dec 2003 12:12:29 +0000
Subject: [PATCH] *** empty log message ***

---
 mf/feta-nummer.mf | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/mf/feta-nummer.mf b/mf/feta-nummer.mf
index e67465dadd..7b1778b15b 100644
--- a/mf/feta-nummer.mf
+++ b/mf/feta-nummer.mf
@@ -5,7 +5,6 @@ test:=0;
 
 input feta-autometric;
 input feta-macros;
-input feta-params;
 
 
 
@@ -41,7 +40,11 @@ widen:=designsize*h+b;
 tense=0.85;
 thick#:=7/30height#*fatten;
 thin#:=thick#/4*fatten  + max(.1 (height# / 10 - 1), 0);
-hair#:= sqrt(.8 * blot_diameter#* thin#) ;
+
+%% sqrt(.8 * blot_diameter#* thin#) ;
+hair#:= thin# * .8 ;
+
+
 flare#:=9/8 thick# + .75 (height# / 10 - 1);
 
 save b,h; 4h+b=1/8; 10h+b=1/6;
-- 
2.39.5