#How do I change the font?

1 messages · Page 1 of 1 (latest)

mint vessel
#

Either the bot's font has changed recently or something is wrong with my preamble, but I'm unable to figure out how to revert it to the default latex font. Is this something I can change with the bot itself, or do I need to modify my preamble to achieve it (and if so - any idea what exactly I need to change in my preamble)?

#

,preamble

gritty rapidsBOT
#
Your current preamble. Use ,texconfig to see the other LaTeX config options!

Your personal custom preamble.

% Required to support mathematical unicode
\usepackage[warnunknown, fasterrors, mathletters]{ucs}
\usepackage[utf8x]{inputenc}

% Always typeset math in display style
\everymath{\displaystyle}

% Use a larger font size
\usepackage[fontsize=14pt]{scrextend}

% Standard mathematical typesetting packages
\usepackage{amsfonts, amsthm, amsmath, amssymb}
\usepackage{mathtools}  % Extension to amsmath

% Symbol and utility packages
\usepackage{cancel, textcomp}
\usepackage[mathscr]{euscript}
\usepackage[nointegrals]{wasysym}

% Extras
\usepackage{physics}  % Lots of useful shortcuts and macros
\usepackage{tikz-cd}  % For drawing commutative diagrams easily
\usepackage{color}  % Add some colour to life
\usepackage{microtype}  % Minature font tweaks

% Common shortcuts
\def\mbb#1{\mathbb{#1}}
\def\mfk#1{\mathfrak{#1}}

\def\bN{\mbb{N}}
\def\bC{\mbb{C}}
\def\bR{\mbb{R}}
\def\bQ{\mbb{Q}}
\def\bZ{\mbb{Z}}

% Sometimes helpful macros
\newcommand{\func}[3]{#1\colon#2\to#3}
unkempt scarab
#

Can you include a copy of your texit output?

mint vessel
#

Yeah

#

$\forall x \in G$

gritty rapidsBOT
mint vessel
#

its really funky

mint vessel
#

Nevermind I figured it out

#

It was a font packaged I added into my preamble a while back