Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.7.4-beta.5 [의견] 관리자페이지 언어별 폰트 변경 필요 #256

Closed
largeden opened this issue Jan 6, 2014 · 5 comments
Closed
Assignees
Milestone

Comments

@largeden
Copy link
Contributor

largeden commented Jan 6, 2014

관리자페이지의 폰트언어를 각국어에 맞춰 변경할 필요가 있습니다.
현재는 모두 나눔고딕을 기본으로 처리하도록 되어있습니다.
@charset "utf-8";
@font-face{font-family:NG;src:url(https://themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);src:local(※),url(https://themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff')}
body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:나눔고딕,NanumGothic,NG,돋움,Dotum,Arial,Helvetica,sans-serif}
@media all and (max-width:980px){
body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:sans-serif}
}

일본어의 경우 폰트가 아래처럼 표시됩니다.
2014-01-06 13 02 07

이것을 일본어 표준(?)지원 언어로 변경하면 아래와 같이 됩니다.
2014-01-06 13 02 21

일본어 표준 정보를 아래처럼 변경해봤습니다.
modules/admin/js/css/admin_jp.css

@charset "utf-8";
body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif}
@media all and (max-width:980px){
body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif}
}

참고)
http://rinrin.saiin.net/~aor/fonts/fonts
https://ciao-gaki.ssl-lolipop.jp/memo/?p=822

현재는 우리말, 영어, 일본어만 있는데 몇군데 더 조사(중국어 등)해서 바꿔주는게 좋아보입니다.

@ghost ghost assigned khongchi Jan 6, 2014
@ngleader
Copy link
Contributor

ngleader commented Jan 7, 2014

언어별 bootstrap css 를 로드 하도록 만들어 주시면...

@largeden
Copy link
Contributor Author

largeden commented Jan 7, 2014

@bnu @khongchi

:D

@ngleader
Copy link
Contributor

ngleader commented Jan 7, 2014

@largeden 👍

@khongchi
Copy link
Contributor

khongchi commented Jan 7, 2014

admin_jp.css만 변경되면 되는거죠?
pull request 주세요 ㅎ

@ghost ghost assigned khongchi Jan 7, 2014
@largeden
Copy link
Contributor Author

largeden commented Jan 7, 2014

@ngleader
언어별 부트스트랩이란게 어떤 의미죠?
(부트스트랩이 언어별로 배포되고 있다든가?? 찾아봤는데 없던데요??)

@khongchi
일단 일본어를 번역하고 있으니 admin_jp.css에 대해서만 수정하려고해요.
하지만 코어전체를 본다면 각 언어별로 폰트정의해주시는게 좋다고 보여지네요.
예로 중국어로 불러오면 admin_zh-CN.css파일이 없기 때문에 생성해주시는게 좋을거 같습니다.
(어째서인지 어드민관련 css,js는 HTMLDisplayHandler에서 불러오는군요....)

khongchi added a commit that referenced this issue Jan 8, 2014
#256 관리자페이지 일본어용 폰트 스타일 변경
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants