diff --git a/ChangeLog b/ChangeLog index 2efb3fb3..2bdc9440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -104,6 +104,8 @@ clicked on menu item. * Fixed bug with working links in path panel and with clicks on files. +* Changed icons font from octicons to foundicons' + 2012.12.12, Version 0.1.8 diff --git a/css/style.css b/css/style.css index f2071518..76aa57a1 100644 --- a/css/style.css +++ b/css/style.css @@ -15,7 +15,7 @@ /* символьный шрифт от гитхаба*/ @font-face { font-family: "GeneralFoundicons"; - src: url('http://github.com/zurb/foundation-icons/blob/master/foundation_icons_general/fonts/general_foundicons.woff?raw=true') format('woff'); + src: url('/font/general_foundicons.woff') format('woff'); font-weight: normal; font-style: normal; } @@ -78,17 +78,13 @@ body{ width:16px; height:16px; margin-left:0.5%; - /* font-family: 'Octicons Regular'; */ font-family: 'GeneralFoundicons'; - font-size:16px; } .error::before{ position: relative; - bottom : 4px; color:rgb(222, 41, 41); cursor:default; - /* content:'\f026'; */ - /* content:'\f013'; */ + content:'\f013'; } .loading{ position:relative; diff --git a/font/fontello.woff b/font/fontello.woff new file mode 100644 index 00000000..499d4eea Binary files /dev/null and b/font/fontello.woff differ diff --git a/font/general_foundicons.woff b/font/general_foundicons.woff new file mode 100644 index 00000000..daab6314 Binary files /dev/null and b/font/general_foundicons.woff differ