-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathfonts.css
More file actions
75 lines (69 loc) · 1.84 KB
/
Copy pathfonts.css
File metadata and controls
75 lines (69 loc) · 1.84 KB
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
@font-face {
font-family: 'Inter var';
font-weight: 100 900;
font-display: swap;
font-style: normal;
font-named-instance: 'Regular';
font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
src: url('../fonts/Inter-roman-latin.var.woff2') format('woff2');
}
@font-face {
font-family: 'Inter var';
font-weight: 100 900;
font-display: swap;
font-style: italic;
font-named-instance: 'Italic';
font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
src: url('../fonts/Inter-italic-latin.var.woff2') format('woff2');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
}
@font-face {
font-family: 'Ubuntu Mono';
font-weight: 700;
font-style: normal;
src: url('../fonts/Ubuntu-Mono-bold.woff2') format('woff2');
}
@font-face {
font-family: 'Flow';
font-weight: 400;
font-style: normal;
src: url('../fonts/flow-circular.woff') format('woff');
}
@font-face {
font-family: 'JetBrains Mono';
font-weight: normal;
font-style: normal;
src: url('../fonts/JetBrainsMono-Regular.woff2') format('woff2');
font-display: swap;
}
code {
@apply font-mono;
font-family: 'JetBrains Mono';
font-size: 14px;
font-weight: 400;
font-style: normal;
font-variant: normal;
text-transform: none;
line-height: 1.5;
letter-spacing: normal;
word-spacing: normal;
text-indent: 0px;
text-align: start;
text-decoration-style: initial;
text-decoration-color: initial;
text-decoration-line: initial;
text-decoration-skip: initial;
text-decoration-spacing: initial;
text-transform: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-font-feature-settings: 'liga' on, 'calt' on;
-moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: 'liga' on;
}