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 153153 }
154154 }
155155}
156+
157+ :global(.font-๋๋๋ช
์กฐ ) {
158+ font-family : ' ๋๋๋ช
์กฐ' , serif ;
159+ }
160+
161+ :global(.font-๋๋์๊ธ์จ์ํธ์ง์ฒด ) {
162+ font-family : ' ๋๋์๊ธ์จ ์ํธ์ง์ฒด' , cursive;
163+ }
164+
165+ :global(.font-Pretendard ) {
166+ font-family : ' Pretendard' , sans-serif ;
167+ }
168+
169+ :global(.font-NotoSans ) {
170+ font-family : ' Noto Sans' , sans-serif ;
171+ }
You canโt perform that action at this time.
0 commit comments