FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
javaistic/src/css/fonts.css at v1 · javaistic/javaistic · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
javaistic
/
javaistic
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
23
Star
75
Code
Issues
4
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
javaistic
/
src
/
css
/
fonts.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
75 lines (69 loc) · 1.84 KB
Breadcrumbs
javaistic
/
src
/
css
/
fonts.css
Copy path
File metadata and controls
75 lines (69 loc) · 1.84 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
:
14
px
;
font-weight
:
400
;
font-style
:
normal;
font-variant
:
normal;
text-transform
:
none;
line-height
:
1.5
;
letter-spacing
:
normal;
word-spacing
:
normal;
text-indent
:
0
px
;
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;
}
Back
|
FazBrowse Home
|
New Git URL