19 lines
379 B
Text
19 lines
379 B
Text
|
%% Copyright (c) 2011-2016 Kazuki Maeda <kmaeda@kmaeda.net>
|
||
|
%%
|
||
|
%% Distributable under the MIT License:
|
||
|
%% http://www.opensource.org/licenses/mit-license.php
|
||
|
%%
|
||
|
\ProvidesPackage{beamerfontthemeluatexja}[2011/11/03 ]
|
||
|
|
||
|
\mode<presentation>
|
||
|
|
||
|
\RequirePackage{luatexja-fontspec}
|
||
|
|
||
|
\setmainjfont[NoEmbed]{GothicBBB-Medium}
|
||
|
\setsansjfont[NoEmbed]{GothicBBB-Medium}
|
||
|
|
||
|
\mode
|
||
|
<all>
|
||
|
|
||
|
\endinput
|