File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 --color-error-content : var (--color-error-content );
7979}
8080
81+ @font-face {
82+ font-family : 'Space Mono' ;
83+ src : url ('/dist/SpaceMono-Regular.woff2' ) format ('woff2' );
84+ font-weight : 400 ;
85+ font-style : normal;
86+ font-display : swap;
87+ }
88+
8189@font-face {
8290 font-family : 'Caveat' ;
8391 src : url ('/dist/Caveat-VariableFont_wght.ttf' ) format ('truetype' );
8492 font-weight : 400 700 ;
8593 font-style : normal;
86- font-display : optional ;
94+ font-display : swap ;
8795}
8896
8997@layer components {
Original file line number Diff line number Diff line change @@ -10347,12 +10347,19 @@
1034710347 }
1034810348 }
1034910349}
10350+ @font-face {
10351+ font-family : 'Space Mono' ;
10352+ src : url ('/dist/SpaceMono-Regular.woff2' ) format ('woff2' );
10353+ font-weight : 400 ;
10354+ font-style : normal;
10355+ font-display : swap;
10356+ }
1035010357@font-face {
1035110358 font-family : 'Caveat' ;
1035210359 src : url ('/dist/Caveat-VariableFont_wght.ttf' ) format ('truetype' );
1035310360 font-weight : 400 700 ;
1035410361 font-style : normal;
10355- font-display : optional ;
10362+ font-display : swap ;
1035610363}
1035710364@layer components {
1035810365 .list-item-link {
Original file line number Diff line number Diff line change 11{{ define " styles" }}
2+ <link rel= " preload" href= " /dist/SpaceMono-Regular.woff2" as= " font" type= " font/woff2" crossorigin= " anonymous" />
23<link rel= " preload" href= " /dist/Caveat-VariableFont_wght.ttf" as= " font" type= " font/ttf" crossorigin= " anonymous" />
34<link rel= " stylesheet" href= " /dist/index.css{{ if .Revision }}?revision={{ .Revision }}{{end}}" nonce= " {{ .Nonce }}" />
45{{ end }}
You can’t perform that action at this time.
0 commit comments