summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/gofonts/go-samples.tex
blob: 8ff4ad500132f2cb1fa680a7e67261a7419e4e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
\documentclass{article}
\usepackage[LGR,T1]{fontenc}
\usepackage[sfdefault]{GoSans}
\usepackage{GoMono}
\usepackage{lipsum}
\begin{document}

\section*{Go Sans}

\subsection*{Regular}
\subsubsection*{Upright}
\lipsum[1]

\subsubsection*{Italic}
\textit{\lipsum[2]}

\subsubsection*{Small Caps}
\textsc{\lipsum[3]}

\subsubsection*{Small Caps Italic}
\textsc{\textit{\lipsum[4]}}

\subsection*{Bold}

\subsubsection*{Upright}
\textbf{\lipsum[3]}

\subsubsection*{Italic}
\textbf{\textit{\lipsum[4]}}



\subsection*{Medium}
\subsubsection*{Upright}
{\gomedium \lipsum[8]}

\subsubsection*{Italic}
{\gomedium \textit{\lipsum[10]}}


\subsection*{Numbers}

1234567890

\subsection*{Ligatures}


Officially broken off. Often offline, find me flowerless.


\section*{LGR}


{\golgr\noindent
 a b g d e z h j i k l m n x o p r s t u f q y w\\
 A B G D E Z H J I K L M N X O P R S T U F Q Y W\\
}


\section*{Go Mono}
\ttfamily\sloppy


'a' \quad "a" \quad `a' \quad ``a''

\subsection*{Regular}
\subsubsection*{Upright}

\lipsum[1]

\subsubsection*{Italic}
\textit{\lipsum[2]}

\subsection*{Bold}

\subsubsection*{Upright}
\textbf{\lipsum[3]}

\subsubsection*{Italic}
\textbf{\textit{\lipsum[4]}}

\subsection*{Numbers}

1234567890

\subsection*{Non-Ligatures}


Officially broken off. Often offline, find me flowerless.

\section*{LGR}


{\gomonolgr\noindent
 a b g d e z h j i k l m n x o p r s t u f q y w\\
 A B G D E Z H J I K L M N X O P R S T U F Q Y W\\
}


\end{document}