File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export default function Card({
7676 < div className = { styles [ 'card__body' ] } >
7777 < div className = { styles [ 'card__content' ] } >
7878 < div
79- style = { { fontFamily : fontFamilyMap [ font ] } }
79+ className = { ` ${ styles [ 'card__content' ] } font- ${ font . replace ( / \s / g , '' ) } ` }
8080 dangerouslySetInnerHTML = { { __html : sanitizedHTML } }
8181 />
8282 </ div >
Original file line number Diff line number Diff line change 184184 }
185185 }
186186}
187+
188+ :global(.font-๋๋๋ช
์กฐ ) {
189+ font-family : ' ๋๋๋ช
์กฐ' , serif ;
190+ }
191+
192+ :global(.font-๋๋์๊ธ์จ์ํธ์ง์ฒด ) {
193+ font-family : ' ๋๋์๊ธ์จ ์ํธ์ง์ฒด' , cursive;
194+ }
195+
196+ :global(.font-Pretendard ) {
197+ font-family : ' Pretendard' , sans-serif ;
198+ }
199+
200+ :global(.font-NotoSans ) {
201+ font-family : ' Noto Sans' , sans-serif ;
202+ }
You canโt perform that action at this time.
0 commit comments