Skip to content

Commit

Permalink
Added and Fixed some Para-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Nj221102 committed Jan 31, 2024
1 parent 046d4d6 commit ed5491b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scarpe-components/lib/scarpe/components/calzini/para.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,20 @@ def contains_number?(str)
fss = i
next
else
if contains_number?(i)
puts contains_number?(i)
if contains_number?(i)

fss=i;

elsif i != "normal" && i != "medium"

if ff == "Arial"

ff = i

else

ff = ff+ i

end
end
end
Expand Down

0 comments on commit ed5491b

Please sign in to comment.