File tree Expand file tree Collapse file tree 10 files changed +13
-4
lines changed
services/app/apps/codebattle/assets Expand file tree Collapse file tree 10 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,15 @@ $gold: #daa520;
32
32
33
33
@font-face {
34
34
font-family : ' ExternalPlane' ;
35
- src : url (' https://yastatic.net/s3/home/fonts/ys/4/text-geo-regular.woff' ) format (' truetype' );
35
+ src : url (' ../static/fonts/ygt.ttf' ) format (' truetype' );
36
+ font-weight : 900 ;
37
+ font-style : normal ;
38
+ font-display : swap ;
39
+ }
40
+
41
+ @font-face {
42
+ font-family : ' ExternalPlaneBold' ;
43
+ src : url (' ../static/fonts/ygb.ttf' ) format (' truetype' );
36
44
font-weight : 900 ;
37
45
font-style : normal ;
38
46
font-display : swap ;
@@ -2591,7 +2599,7 @@ a:hover {
2591
2599
}
2592
2600
2593
2601
.cb-stream-widget {
2594
- font-family : ' ExternalPlane ' ;
2602
+ font-family : ' ExternalPlaneBold ' ;
2595
2603
background-color : #000000 ;
2596
2604
}
2597
2605
@@ -2600,6 +2608,7 @@ a:hover {
2600
2608
}
2601
2609
2602
2610
.cb-stream-output-data {
2611
+ font-family : ' ExternalPlane' ;
2603
2612
color : #B6A4FF ;
2604
2613
display : inline-block ;
2605
2614
overflow : hidden ;
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ function StreamEditorPanel({
13
13
roomMachineState,
14
14
fontSize,
15
15
width = '60%' ,
16
- taskHeaderFontSize,
17
16
testBarHeight,
18
17
testBarWinGifTop,
19
18
testBarProgressGifTop,
19
+ testBarFontSize,
20
20
progressGifSize,
21
21
winGifSize,
22
22
} ) {
@@ -65,7 +65,7 @@ function StreamEditorPanel({
65
65
< div className = "d-flex w-100" >
66
66
< div className = "d-flex w-100 justify-content-end" >
67
67
< div
68
- style = { { fontSize : taskHeaderFontSize } }
68
+ style = { { fontSize : testBarFontSize } }
69
69
className = "d-flex align-items-center cb-stream-widget-text italic mr-2"
70
70
>
71
71
{ `${ Math . round ( ( ( output . successCount || 0 ) * 100 ) / ( output . assertsCount || 1 ) ) } /100` }
You can’t perform that action at this time.
0 commit comments