davidcarlisle / dpctex

Assorted TeX packages
93 stars 30 forks source link

Define font from document #11

Closed Shane-Brandes closed 6 years ago

Shane-Brandes commented 6 years ago

Hi David, I am not a programmer in any sense, but know enough to be able to make a real mess. Anyway, is there a way to set the font from the .tex file instead of at the .sty level?

davidcarlisle commented 6 years ago

yes if you get the version from github

then you can set the font see test-tt-6.tex which has

\newcommand\ttbasefont{Press Gutenberg.ttf}% from http://www.1001fonts.com/press-gutenberg-font.html

to use a Gutenberg(ish) style font and turns off all over-printing

On 17 February 2018 at 18:02, Shane-Brandes notifications@github.com wrote:

Hi David, I am not a programmer in any sense, but know enough to be able to make a real mess. Anyway, is there a way to set the font from the .tex file instead of at the .sty level?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/davidcarlisle/dpctex/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNcAhlx5U-_RGyQhhpLhlrTKmo7RoMDks5tVxQkgaJpZM4SJZnL .

Shane-Brandes commented 6 years ago

o.k. overlooked that. thanks! I guess we can close that issue.