beamertheme-bruno/src/beamerfontthemeBruno.sty

65 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-04-05 19:51:45 +00:00
%% Bruno Beamer theme — Version 1.0
2019-04-05 19:45:59 +00:00
%% A lightweight Beamer theme inspired from the Metropolis theme
%%
2019-04-05 20:22:52 +00:00
%% Written in 2017-2019 by:
%% — Rémi Cérès <remiceres@msn.com>
%% — Mattéo Delabre <bonjour@matteodelabre.me>
2019-04-05 19:45:59 +00:00
%%
%% This work is released under the CC0 1.0 Universal license. See the
%% accompanying LICENSE file for details. To the extent possible under
2019-04-05 20:22:52 +00:00
%% law, Rémi Cérès and Mattéo Delabre have waived all copyright and
%% related or neighboring rights to the Bruno Beamer theme. This work
%% is published from France.
2019-04-05 19:45:59 +00:00
\mode<presentation>
\RequirePackage{fontspec}
\setsansfont[
Ligatures=TeX,
BoldFont={* Medium},
]{Fira Sans}
% Title page
\setbeamerfont{title}{
size=\LARGE,
shape=\bfseries
}
\setbeamerfont{subtitle}{
size=\large,
shape=\normalfont
}
\setbeamerfont{author}{
size=\normalsize,
shape=\normalfont
}
\setbeamerfont{details}{
size=\footnotesize,
shape=\normalfont
}
% Slide title
\setbeamerfont{frametitle}{size=\LARGE}
\setbeamerfont{framesubtitle}{
size=\normalsize,
shape=\normalfont\scshape
}
% Blocks
\setbeamerfont{block title}{
size=\normalfont,
shape=\strut
}
\setbeamerfont{blockdef}{
size=\large,
shape=\bfseries
}
% Description
\setbeamerfont{description item}{shape=\bfseries}
\mode<all>