Skip to content

Commit

Permalink
Merge pull request #16 from michaelroland/fix-block-body-font
Browse files Browse the repository at this point in the history
Fix block body font for alertblock and exampleblock
  • Loading branch information
michaelroland authored Nov 12, 2024
2 parents b414c8b + 0138bf3 commit f83b31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beamerthemejku.sty
Original file line number Diff line number Diff line change
Expand Up @@ -2271,7 +2271,7 @@
\end{beamercolorbox}%
\nointerlineskip
\begin{beamercolorbox}[sep=1ex,vmode]{block body example}%
\usebeamerfont{block body}%
\usebeamerfont{block body example}%
\setlength{\leftmargini}{\dimexpr\leftmargini + 1ex + 0.125em\relax}%
\begin{minipage}{\dimexpr\textwidth-2ex\relax}%
}
Expand All @@ -2298,7 +2298,7 @@
\end{beamercolorbox}%
\nointerlineskip
\begin{beamercolorbox}[sep=1ex,vmode]{block body alerted}%
\usebeamerfont{block body}%
\usebeamerfont{block body alerted}%
\setlength{\leftmargini}{\dimexpr\leftmargini + 1ex + 0.125em\relax}%
\begin{minipage}{\dimexpr\textwidth-2ex\relax}%
}
Expand Down

0 comments on commit f83b31a

Please sign in to comment.