3 /// A variable that outputs a Helvetica font stack.
5 /// @link https://goo.gl/uSJvZe
11 /// font-family: $font-stack-helvetica;
16 /// font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
19 $font-stack-helvetica: (
26 /// A variable that outputs a Lucida Grande font stack.
28 /// @link https://goo.gl/R5UyYE
34 /// font-family: $font-stack-lucida-grande;
39 /// font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
42 $font-stack-lucida-grande: (
44 "Lucida Sans Unicode",
50 /// A variable that outputs a Verdana font stack.
52 /// @link https://goo.gl/yGXWSS
58 /// font-family: $font-stack-verdana;
63 /// font-family: "Verdana", "Geneva", sans-serif;
66 $font-stack-verdana: (
72 /// A variable that outputs a system font stack.
74 /// @link https://goo.gl/LHRZIf
80 /// font-family: $font-stack-system;
85 /// font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
104 "Franklin Gothic Medium",
110 /// A variable that outputs a Garamond font stack.
112 /// @link https://goo.gl/QQFEkV
118 /// font-family: $font-stack-garamond;
123 /// font-family: "Garamond", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
126 $font-stack-garamond: (
129 "Baskerville Old Face",
135 /// A variable that outputs a Georgia font stack.
137 /// @link https://goo.gl/wtzVPy
143 /// font-family: $font-stack-georgia;
148 /// font-family: "Georgia", "Times", "Times New Roman", serif;
151 $font-stack-georgia: (
158 /// A variable that outputs a Hoefler Text font stack.
160 /// @link https://goo.gl/n7U7zx
166 /// font-family: $font-stack-hoefler-text;
171 /// font-family: "Hoefler Text", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
174 $font-stack-hoefler-text: (
176 "Baskerville Old Face",
182 /// A variable that outputs a Consolas font stack.
184 /// @link https://goo.gl/iKrtqv
190 /// font-family: $font-stack-consolas;
195 /// font-family: "Consolas", "monaco", monospace;
198 $font-stack-consolas: (
204 /// A variable that outputs a Courier New font stack.
206 /// @link https://goo.gl/bHfWMP
212 /// font-family: $font-stack-courier-new;
217 /// font-family: "Courier New", "Courier", "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
220 $font-stack-courier-new: (
223 "Lucida Sans Typewriter",
228 /// A variable that outputs a Monaco font stack.
230 /// @link https://goo.gl/9PgKDO
236 /// font-family: $font-stack-monaco;
241 /// font-family: "Monaco", "Consolas", "Lucida Console", monospace;
244 $font-stack-monaco: (