Skip to content

Commit

Permalink
Update svg + icon symbol. Add ndash icon. Upgrade fontcustom
Browse files Browse the repository at this point in the history
  • Loading branch information
CamAnNguyen committed Oct 25, 2017
1 parent 87fcabf commit d1cc2ca
Show file tree
Hide file tree
Showing 31 changed files with 826 additions and 661 deletions.
8 changes: 4 additions & 4 deletions .fontcustom-manifest.json
@@ -1,7 +1,7 @@
{
"checksum": {
"previous": "08c13c2d35ae5b4b18870bd6965264fbc8aa9ec804eafab90e8731d22b01578b",
"current": "08c13c2d35ae5b4b18870bd6965264fbc8aa9ec804eafab90e8731d22b01578b"
"previous": "dd832ad0716db3e5d9d4471567047066742da49b6953efd5ce967167d6c61529",
"current": "dd832ad0716db3e5d9d4471567047066742da49b6953efd5ce967167d6c61529"
},
"fonts": [
"app/assets/fonts/icons.ttf",
Expand Down Expand Up @@ -133,12 +133,12 @@
}
},
"options": {
"autowidth": false,
"autowidth": true,
"config": "fontcustom.yml",
"copyright": "",
"css3": false,
"css_selector": ".icon-{{glyph}}",
"debug": true,
"debug": false,
"font_ascent": 448,
"font_descent": 64,
"font_design_size": 16,
Expand Down
26 changes: 11 additions & 15 deletions Gemfile.lock
Expand Up @@ -167,8 +167,6 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
celluloid (0.16.0)
timers (~> 4.0.0)
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
chromedriver-helper (1.0.0)
Expand Down Expand Up @@ -241,13 +239,13 @@ GEM
faraday (0.11.0)
multipart-post (>= 1.2, < 3)
fast_stack (0.2.0)
ffi (1.9.10)
ffi (1.9.18)
flamegraph (0.9.5)
font-awesome-rails (4.6.2.0)
railties (>= 3.2, < 5.1)
fontcustom (1.3.8)
fontcustom (2.0.0)
json (~> 1.4)
listen (>= 1.0, < 3.0)
listen (>= 1.0, < 4.0)
thor (~> 0.14)
globalid (0.3.7)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -285,7 +283,6 @@ GEM
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
headless (2.0.0)
hitimes (1.2.4)
html2haml (2.1.0)
erubis (~> 2.7.0)
haml (~> 4.0)
Expand Down Expand Up @@ -315,10 +312,10 @@ GEM
activesupport (>= 3.0.0)
launchy (2.4.3)
addressable (~> 2.3)
listen (2.10.1)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.4)
Expand Down Expand Up @@ -427,9 +424,9 @@ GEM
rainbow (2.2.2)
rake
rake (12.1.0)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rdoc (4.2.2)
json (~> 1.4)
redcarpet (3.4.0)
Expand Down Expand Up @@ -469,6 +466,7 @@ GEM
ruby-mailchecker (3.0.27)
ruby-ole (1.2.12)
ruby-progressbar (1.8.1)
ruby_dep (1.5.0)
ruby_parser (3.8.4)
sexp_processor (~> 4.1)
rubyzip (1.1.7)
Expand Down Expand Up @@ -529,8 +527,6 @@ GEM
thor (0.19.1)
thread_safe (0.3.6)
tilt (2.0.7)
timers (4.0.4)
hitimes
tins (1.11.0)
ttfunk (1.4.0)
tzinfo (1.2.2)
Expand Down
Binary file modified app/assets/fonts/icons.eot
Binary file not shown.
446 changes: 130 additions & 316 deletions app/assets/fonts/icons.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/fonts/icons.ttf
Binary file not shown.
Binary file modified app/assets/fonts/icons.woff
Binary file not shown.
Binary file modified app/assets/fonts/icons.woff2
Binary file not shown.
31 changes: 16 additions & 15 deletions app/assets/images/svg_icons/acidified-hcl.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 60 additions & 15 deletions app/assets/images/svg_icons/c-nmr.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1cc2ca

Please sign in to comment.