Skip to content

Commit

Permalink
feat: NotoSans font to display unicode correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Mar 26, 2024
1 parent 7fe41ea commit a55b992
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/format/preamble.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
\documentclass{article}
\usepackage[a4paper,left=1cm,right=1cm,top=1cm,bottom=1cm]{geometry}
\usepackage{fontspec}
\setmainfont{NotoSans-Regular}
\setmainfont{NotoSans-Regular}[
Extension = .ttf ,
BoldFont = NotoSans-Bold,
ItalicFont = NotoSans-Italic,
BoldItalicFont = NotoSans-BoldItalic
]
\usepackage{supertabular}
\usepackage{array}

Expand Down

0 comments on commit a55b992

Please sign in to comment.