Vendored theme fonts
BIN
app/.DS_Store
vendored
Normal file
BIN
app/assets/.DS_Store
vendored
Normal file
BIN
app/assets/images/.DS_Store
vendored
Normal file
BIN
app/assets/images/favicon/tree-14a-114-195103.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
app/assets/images/favicon/tree-14a-120-195103.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
app/assets/images/favicon/tree-14a-144-195103.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
app/assets/images/favicon/tree-14a-152-195103.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
app/assets/images/favicon/tree-14a-16-195103.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
app/assets/images/favicon/tree-14a-24-195103.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
app/assets/images/favicon/tree-14a-32-195103.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
app/assets/images/favicon/tree-14a-48-195103.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
app/assets/images/favicon/tree-14a-57-195103.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
app/assets/images/favicon/tree-14a-64-195103.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
app/assets/images/favicon/tree-14a-72-195103.png
Normal file
After Width: | Height: | Size: 16 KiB |
@ -12,6 +12,7 @@
|
||||
*
|
||||
*= require flash_messages
|
||||
*= require chosen
|
||||
*= require font_references
|
||||
*/
|
||||
|
||||
@import "bootstrap-sprockets";
|
||||
|
62
app/assets/stylesheets/font_references.scss
Normal file
@ -0,0 +1,62 @@
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), font_url("open-sans-light.woff2") format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans'), local('OpenSans'), font_url("open-sans.woff2") format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Open Sans Bold'), local('OpenSans-Bold'), font_url("open-sans-bold.woff2") format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans Italic'), local('OpenSans-Italic'), font_url("open-sans-italic.woff2") format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), font_url("open-sans-light-italic.woff2") format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), font_url("open-sans-bold-italic.woff2") format('woff2');
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'), font_url("roboto-light.woff2") format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), font_url("roboto.woff2") format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local('Roboto Medium'), local('Roboto-Medium'), font_url("roboto-medium.woff2") format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'), font_url("roboto-bold.woff2") format('woff2');
|
||||
}
|
@ -8,6 +8,10 @@
|
||||
|
||||
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
||||
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" href="<%= image_path('favicon/tree-14a-152-195103.png') %>">
|
||||
<link rel="icon" href="<%= image_path('favicon/tree-14a-152-195103.png') %>" sizes="152x152">
|
||||
|
||||
<%= csrf_meta_tags %>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -22,5 +22,7 @@ module Parsley
|
||||
|
||||
# Do not swallow errors in after_commit/after_rollback callbacks.
|
||||
config.active_record.raise_in_transactional_callbacks = true
|
||||
|
||||
config.assets.precompile << Proc.new { |filename, path| puts "#{filename}, #{path}"; yea =%w(.eot .svg .tff .woff .woff2).include?(File.extname(filename)); puts yea; yea }
|
||||
end
|
||||
end
|
||||
|
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 31 KiB |
BIN
vendor/assets/fonts/open-sans-bold-italic.woff2
vendored
Normal file
BIN
vendor/assets/fonts/open-sans-bold.woff2
vendored
Normal file
BIN
vendor/assets/fonts/open-sans-italic.woff2
vendored
Normal file
BIN
vendor/assets/fonts/open-sans-light-italic.woff2
vendored
Normal file
BIN
vendor/assets/fonts/open-sans-light.woff2
vendored
Normal file
BIN
vendor/assets/fonts/open-sans.woff2
vendored
Normal file
BIN
vendor/assets/fonts/roboto-bold.woff2
vendored
Normal file
BIN
vendor/assets/fonts/roboto-light.woff2
vendored
Normal file
BIN
vendor/assets/fonts/roboto-medium.woff2
vendored
Normal file
BIN
vendor/assets/fonts/roboto.woff2
vendored
Normal file
@ -2,8 +2,8 @@
|
||||
// Bootswatch
|
||||
// -----------------------------------------------------
|
||||
|
||||
$web-font-path: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" !default;
|
||||
@import url($web-font-path);
|
||||
//$web-font-path: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" !default;
|
||||
//@import url($web-font-path);
|
||||
|
||||
// Navbar =====================================================================
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// Bootswatch
|
||||
// -----------------------------------------------------
|
||||
|
||||
$web-font-path: "https://fonts.googleapis.com/css?family=Roboto:400,500" !default;
|
||||
@import url($web-font-path);
|
||||
//$web-font-path: "https://fonts.googleapis.com/css?family=Roboto:400,500" !default;
|
||||
//@import url($web-font-path);
|
||||
|
||||
// Navbar =====================================================================
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// Bootswatch
|
||||
// -----------------------------------------------------
|
||||
|
||||
$web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" !default;
|
||||
@import url($web-font-path);
|
||||
//$web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" !default;
|
||||
//@import url($web-font-path);
|
||||
|
||||
@mixin btn-shadow($color){
|
||||
@include gradient-vertical-three-colors(lighten($color, 15%), $color, 50%, darken($color, 4%));
|
||||
|
@ -2,8 +2,8 @@
|
||||
// Bootswatch
|
||||
// -----------------------------------------------------
|
||||
|
||||
$web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700" !default;
|
||||
@import url($web-font-path);
|
||||
//$web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700" !default;
|
||||
//@import url($web-font-path);
|
||||
|
||||
// Navbar =====================================================================
|
||||
|
||||
|