File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ export default defineConfig({
3939 outDir : 'api' ,
4040 } ) ,
4141 ] ,
42- globalStyles : path . join ( __dirname , 'styles/globalStyles .css' ) ,
42+ globalStyles : path . join ( __dirname , 'theme/styles .css' ) ,
4343} ) ;
Original file line number Diff line number Diff line change 4242 font-style : normal;
4343 font-weight : 400 ;
4444 font-display : swap;
45- /* src: url('./fonts/alliance-no-2-regular.ttf') format('truetype'); */
45+ src : url ("https://cdn.prod.website-files.com/67e6b7885e182e1054b556db/67e6b8ee4fb44f39145cf744_AllianceNo2-Regular.ttf" )
46+ format ("truetype" );
4647}
4748
4849@font-face {
4950 font-family : "Alliance No. 2" ;
5051 font-style : normal;
5152 font-weight : 500 ;
5253 font-display : swap;
53- /* src: url('./fonts/alliance-no-2-medium.ttf') format('truetype'); */
54+ src : url ("https://cdn.prod.website-files.com/67e6b7885e182e1054b556db/67e6b8eed3d2262c4baebd90_AllianceNo2-Medium.ttf" )
55+ format ("truetype" );
5456}
5557
5658/* Callstack rspress theme styles section end */
You can’t perform that action at this time.
0 commit comments