문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
|
intellij_idea:markdown [2020/07/22 15:49] kwon37xi 만듦 |
intellij_idea:markdown [2020/07/22 16:04] (현재) kwon37xi [Custom CSS] |
||
|---|---|---|---|
| 줄 6: | 줄 6: | ||
| ===== Custom CSS ===== | ===== Custom CSS ===== | ||
| + | * Intellij 기본 CSS | ||
| + | * https:// | ||
| + | * 실제 css 파일은 intellij 애플리케이션 jar 파일들 중에서 '' | ||
| * 글꼴이 이상할 경우, 다음과 같이 Custom CSS 를 설정해준다. | * 글꼴이 이상할 경우, 다음과 같이 Custom CSS 를 설정해준다. | ||
| - | |||
| <code css> | <code css> | ||
| body { | body { | ||
| 줄 13: | 줄 15: | ||
| font-size: 80% !important; | font-size: 80% !important; | ||
| } | } | ||
| + | |||
| + | code, | ||
| + | kbd, | ||
| + | pre { | ||
| + | font-family: | ||
| + | } | ||
| + | |||
| </ | </ | ||