瀏覽代碼

fixed missing preformatted code blocks in readme

Chris Simpkins 10 年之前
父節點
當前提交
a31e834f38
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -183,12 +183,16 @@ Replace `path/to/` with the actual path to your css directory.
 
 ##### Basic Latin Character Set
 
+```html
 <link rel="stylesheet" href="path/to/css/hack.min.css">
+```
 
 
 ##### Full Character Set
 
+```html
 <link rel="stylesheet" href="path/to/css/hack-extended.min.css">
+```
 
 You can alter the path to the Hack files (e.g. place the files in a `hack` resource subdirectory); however, please make sure that you preserve the relative file paths included in the release archive (*or be prepared to modify the paths to the font files*).