comparison default/assets/scss/vendors/bourbon/library/_font-stacks.scss @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d038bc9b3d2
1 @charset "UTF-8";
2
3 ////
4 /// @type list
5 ///
6 /// @link goo.gl/Cxb26i
7 ////
8
9 $font-stack-helvetica: (
10 "Helvetica Neue",
11 "Helvetica",
12 "Arial",
13 sans-serif,
14 );
15
16 $font-stack-lucida-grande: (
17 "Lucida Grande",
18 "Lucida Sans Unicode",
19 "Geneva",
20 "Verdana",
21 sans-serif,
22 );
23
24 $font-stack-verdana: (
25 "Verdana",
26 "Geneva",
27 sans-serif,
28 );
29
30 $font-stack-system: (
31 -apple-system,
32 BlinkMacSystemFont,
33 "Segoe UI",
34 "Roboto",
35 "Oxygen",
36 "Ubuntu",
37 "Cantarell",
38 "Fira Sans",
39 "Droid Sans",
40 "Helvetica Neue",
41 sans-serif,
42 );
43
44 $font-stack-garamond: (
45 "Garamond",
46 "Baskerville",
47 "Baskerville Old Face",
48 "Hoefler Text",
49 "Times New Roman",
50 serif,
51 );
52
53 $font-stack-georgia: (
54 "Georgia",
55 "Times",
56 "Times New Roman",
57 serif,
58 );
59
60 $font-stack-hoefler-text: (
61 "Hoefler Text",
62 "Baskerville Old Face",
63 "Garamond",
64 "Times New Roman",
65 serif,
66 );
67
68 $font-stack-consolas: (
69 "Consolas",
70 "monaco",
71 monospace,
72 );
73
74 $font-stack-courier-new: (
75 "Courier New",
76 "Courier",
77 "Lucida Sans Typewriter",
78 "Lucida Typewriter",
79 monospace,
80 );
81
82 $font-stack-monaco: (
83 "monaco",
84 "Consolas",
85 "Lucida Console",
86 monospace,
87 );