Skip to content

Commit 2bdcdf0

Browse files
committed
.
1 parent 8c196de commit 2bdcdf0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code Guide by @AlloyTeam-materliu
1+
name: Code Guide by @AlloyTeam
22
description: Standards for developing flexible, durable, and sustainable HTML and CSS, and maintainable JavaScript
33
url: http://materliu.github.io/code-guide/
44

styles/code_guide.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ layout: nil
99

1010
@font-face {
1111
font-family: 'fontello';
12-
src: url('font/fontello.eot');
13-
src: url('font/fontello.eot#iefix') format('embedded-opentype'),
14-
url('font/fontello.woff') format('woff'),
15-
url('font/fontello.ttf') format('truetype'),
16-
url('font/fontello.svg') format('svg');
12+
src: url('../font/fontello.eot');
13+
src: url('../font/fontello.eot#iefix') format('embedded-opentype'),
14+
url('../font/fontello.woff') format('woff'),
15+
url('../font/fontello.ttf') format('truetype'),
16+
url('../font/fontello.svg') format('svg');
1717
font-weight: normal;
1818
font-style: normal;
1919
}

0 commit comments

Comments
 (0)