diff --git a/hwe/b_betting.php b/hwe/b_betting.php
index aacb141f..711d2c94 100644
--- a/hwe/b_betting.php
+++ b/hwe/b_betting.php
@@ -511,7 +511,7 @@ if ($str3) {
foreach ($tournamentType as $tournamentTypeText => [$statTypeText, $statFunc, $rankColumn]) : ?>
-
+
|
= $tournamentTypeText ?>
diff --git a/hwe/func.php b/hwe/func.php
index a62e9478..e46c9147 100644
--- a/hwe/func.php
+++ b/hwe/func.php
@@ -881,7 +881,7 @@ function generalInfo2(General $generalObj)
| {$generalObj->getRankVar('deathcrew')} |
-
+
| 숙 련 도 |
| 보병 |
diff --git a/hwe/scss/common/pretendard.scss b/hwe/scss/common/pretendard.scss
index b2198138..6d04c426 100644
--- a/hwe/scss/common/pretendard.scss
+++ b/hwe/scss/common/pretendard.scss
@@ -5,3 +5,23 @@ $font-family-sans-serif: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'M
html, body {
font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic';
}
+
+.f_tnum{
+ //고정폭 숫자
+ font-feature-settings: 'tnum';
+}
+
+.f_ccmp{
+ //합성 문자
+ font-feature-settings: 'ccmp';
+}
+
+.f_frac{
+ //분수 및 첨자
+ font-feature-settings: 'frac';
+}
+
+.f_ss05{
+ //한글에 맞춘 줄임표(비표준)
+ font-feature-settings: 'ss05';
+}
\ No newline at end of file
diff --git a/hwe/ts/components/NumberInputWithInfo.vue b/hwe/ts/components/NumberInputWithInfo.vue
index 625b35cf..d01d1eaf 100644
--- a/hwe/ts/components/NumberInputWithInfo.vue
+++ b/hwe/ts/components/NumberInputWithInfo.vue
@@ -1,13 +1,13 @@
|