-
-
Notifications
You must be signed in to change notification settings - Fork 292
/
Copy pathjuliamono.css
37 lines (33 loc) · 1.17 KB
/
juliamono.css
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
@font-face {
font-family: JuliaMono;
src: url("https://cdn.jsdelivr.net/gh/cormullion/[email protected]/webfonts/JuliaMono-RegularLatin.woff2") format("woff2");
font-display: swap;
font-weight: 400;
unicode-range: U+00-7F; /* Basic Latin characters */
}
@font-face {
font-family: JuliaMono;
src: url("https://cdn.jsdelivr.net/gh/cormullion/[email protected]/webfonts/JuliaMono-BoldLatin.woff2") format("woff2");
font-display: swap;
font-weight: 700;
unicode-range: U+00-7F; /* Basic Latin characters */
}
@font-face {
font-family: JuliaMono;
src: url("https://cdn.jsdelivr.net/gh/cormullion/[email protected]/webfonts/JuliaMono-Regular.woff2") format("woff2");
font-display: swap;
font-weight: 400;
}
@font-face {
font-family: JuliaMono;
src: url("https://cdn.jsdelivr.net/gh/cormullion/[email protected]/webfonts/JuliaMono-Bold.woff2") format("woff2");
font-display: swap;
font-weight: 700;
}
@font-face {
font-family: JuliaMono;
src: url("https://cdn.jsdelivr.net/gh/cormullion/[email protected]/webfonts/JuliaMono-RegularItalic.woff2") format("woff2");
font-display: swap;
font-weight: 400;
font-style: italic;
}