mirror of
https://github.com/eddelbuettel/binb
synced 2025-07-04 20:36:50 +02:00
Allowed bera fallback if carlito not available
This commit is contained in:
parent
f8936d7b0e
commit
2a20e53af5
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
%% Font theme for use with Monash beamer theme
|
||||
%% Created by Rob J Hyndman. 8 October 2018
|
||||
|
||||
\usepackage[lf,t]{carlito}
|
||||
%\usepackage{bera}
|
||||
\IfFileExists{carlito.sty}{\usepackage[lf,t]{carlito}}{\usepackage{bera}}
|
||||
|
||||
% Lets make descriptions and alerts bold
|
||||
\setbeamerfont{description item}{series=\bfseries}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue