summaryrefslogtreecommitdiffstats
path: root/log.sty
blob: 6a8fcfe7eaa7a213f69db4dc4da77a978396e24c (plain)
1
2
3
4
5
6
7
8
9
\usepackage{url}

%% Define a new 'leo' style for the package that will use a smaller font.
\makeatletter
\def\url@leostyle{%
  \@ifundefined{selectfont}{\def\UrlFont{\sf}}{\def\UrlFont{\small\ttfamily}}}
\makeatother
%% Now actually use the newly defined style.
\urlstyle{leo}