File tree 3 files changed +19
-19
lines changed
3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 39
39
<head>
40
40
<meta charset="utf-8">
41
41
<title>gonic</title>
42
+ <style>
43
+ @font-face {
44
+ font-family: "Inconsolata";
45
+ font-style: normal;
46
+ font-weight: 500;
47
+ src: local(""),
48
+ url("{{ path "/admin/static/inconsolata-v31-latin-500.woff2" }}") format("woff2"),
49
+ url("{{ path "/admin/static/inconsolata-v31-latin-500.woff" }}") format("woff");
50
+ }
51
+ @font-face {
52
+ font-family: "Inconsolata";
53
+ font-style: normal;
54
+ font-weight: 600;
55
+ src: local(""),
56
+ url("{{ path "/admin/static/inconsolata-v31-latin-600.woff2" }}") format("woff2"),
57
+ url("{{ path "/admin/static/inconsolata-v31-latin-600.woff" }}") format("woff");
58
+ }
59
+ </style>
42
60
<link rel="stylesheet" href="{{ path "/admin/static/style.css" | noCache }}">
43
61
<link rel="shortcut icon" href="{{ path "/admin/static/favicon.ico" }}" type="image/x-icon">
44
62
<link rel="icon" href="{{ path "/admin/static/favicon.ico" }}" type="image/x-icon">
Original file line number Diff line number Diff line change 12
12
text-decoration : none;
13
13
}
14
14
15
- @font-face {
16
- font-family : "Inconsolata" ;
17
- font-style : normal;
18
- font-weight : 500 ;
19
- src : local ("" ),
20
- url ("/admin/static/inconsolata-v31-latin-500.woff2" ) format ("woff2" ),
21
- url ("/admin/static/inconsolata-v31-latin-500.woff" ) format ("woff" );
22
- }
23
-
24
- @font-face {
25
- font-family : "Inconsolata" ;
26
- font-style : normal;
27
- font-weight : 600 ;
28
- src : local ("" ),
29
- url ("/admin/static/inconsolata-v31-latin-600.woff2" ) format ("woff2" ),
30
- url ("/admin/static/inconsolata-v31-latin-600.woff" ) format ("woff" );
31
- }
32
-
33
15
@tailwind components;
34
16
@tailwind utilities;
35
17
You can’t perform that action at this time.
0 commit comments