사용자:LEE77

- (토론 | 기여)님의 2015년 5월 8일 (금) 14:01 판 (문자열 찾아 바꾸기 - "한줄" 문자열을 "한 줄" 문자열로)

I'm sorry

위키게와 트위터에서 깽판친거 공식적으로 사과합니다. 우선 ㅇㅇ이 박윤지와 동일한이라고 한 게시뭏에 대해서는 제가 박윤지라는 닉의 존재를 몰라서 그랬습니다.

그리고 트위터의 박윤지 욕설 사건은 제가 만든 대안위키가 안돌아가고 게다가 첫 기여가 일베충 반달이기 때문에(그 사용자는 노무현 문서에 욕설을 한 줄만 남겼으며, 사용자문서를 보니 일베체 입니다.), 그만 셈이나고 혹해서 이렇게 된 것입니다.

그리고 트위터의 경상도 지역드립은 제가 뉴스를 보고 너무 화나서 그렇게 되었습니다. 사실 저는 PK지역 출신입니다. 물론 정치성향은 좌에 가까운 중도지요.

문제가 되는 트윗은 모두 삭제했으며, 임시적으로 플텍한 것도 이 조치를 의해서 입니다.

그동한 한 병크에 대해 다시한번 진심으로 사과드립니다.--LEE77 (토론) 2015년 4월 19일 (일) 12:49 (KST)

나눔고딕 웹폰트 및 취소선 흐리게 하는 CSS

s, del, strike{color:gray;}/* 취소선을 회색으로 */
/* 나눔고딕 미설치 컴에도 나눔고딕을 사용할 수 있게 함 구글 폰트에서 퍼옴 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}
* { font-family: 'Nanum Gothic', sans-serif; }/*모든 글꼴을 나눔고딕으로. */