Skip to content

Commit

Permalink
update fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
thooams committed Sep 19, 2018
1 parent e71c393 commit 8febdea
Show file tree
Hide file tree
Showing 39 changed files with 3,851 additions and 4,629 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -108,7 +108,7 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.0)
mini_mime (>= 0.1.1)
marcel (0.3.2)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.0)
mimemagic (0.3.2)
Expand Down
6 changes: 2 additions & 4 deletions app/assets/stylesheets/ui_bibz.sass
@@ -1,9 +1,7 @@
// Awesome Font
//@import font-awesome-sprockets
@import fontawesome/fontawesome
@import fontawesome/fa-solid
@import fontawesome/fa-brands
@import fontawesome/fa-regular
@import all.min


// Bootstrap
Expand Down
2 changes: 1 addition & 1 deletion lib/ui_bibz/infos.rb
Expand Up @@ -4,6 +4,6 @@ module UiBibz
DESCRIPTION = "A Rails Interface Framework using Bootstrap."
SUMMARY = "Create your project with Ui Bibz. Over a thirty reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more."
LICENSE = "MIT"
FONTAWESOME_VERSION = "5.2.0"
FONTAWESOME_VERSION = "5.3.1"
BOOTSTRAP_VERSION = "4.1.1"
end
3 changes: 3 additions & 0 deletions lib/ui_bibz/utils/glyph_changer.rb
@@ -1,3 +1,6 @@
# Glyph changer
#
# => ui_link 'My link', url: '#', glyph: { type: :group, items: [{ name: 'circle', stataus: :danger },{ name: 'times', inverse: true, transform:'shrink-6'}] }
module UiBibz::Utils
class GlyphChanger

Expand Down
Binary file modified vendor/assets/fonts/fa-brands-400.eot
Binary file not shown.
6 changes: 6 additions & 0 deletions vendor/assets/fonts/fa-brands-400.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 vendor/assets/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified vendor/assets/fonts/fa-brands-400.woff
Binary file not shown.
Binary file modified vendor/assets/fonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified vendor/assets/fonts/fa-regular-400.eot
Binary file not shown.
6 changes: 3 additions & 3 deletions vendor/assets/fonts/fa-regular-400.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 vendor/assets/fonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified vendor/assets/fonts/fa-regular-400.woff
Binary file not shown.
Binary file modified vendor/assets/fonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified vendor/assets/fonts/fa-solid-900.eot
Binary file not shown.

0 comments on commit 8febdea

Please sign in to comment.