Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 2b0e4217 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Fix font issue - PDF & Tables

parent 0d0092e5
Branches
Tags
No related merge requests found
......@@ -7,6 +7,10 @@
\usepackage{sectsty}
\usepackage{lscape}
\usepackage{longtable}
\usepackage{fontspec}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\setmainfont{DejaVuSans}
\setmonofont{FreeMono}
\definecolor{bg-color}{HTML}{a97f2c}
......@@ -15,3 +19,6 @@
\addto\captionsenglish{\renewcommand{\contentsname}{Table of contents}}
\allsectionsfont{\color{bg-color}}
\let\oldtabular\tabular
\renewcommand{\tabular}{\footnotesize\oldtabular}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment