소스 검색

Move the font import to the top

master
Fen Dweller 5 년 전
부모
커밋
5b2ecf5416
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      static/sexy.css

+ 2
- 1
static/sexy.css 파일 보기

@@ -1,3 +1,5 @@
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
@@ -60,7 +62,6 @@ body {
overflow-x: hidden;
}

@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700");

.game {
font-size: 100px;


불러오는 중...
취소
저장