forked from windyakin/Honoka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from kubosho/feature/merge-honoka
merge honoka v3.3.7-a
- Loading branch information
Showing
15 changed files
with
158 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.2.3 | ||
2.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Pull gems from RubyGems | ||
source 'https://rubygems.org' | ||
|
||
gem 'sass', '~> 3.4.19' | ||
gem 'scss_lint', '~> 0.47.0' | ||
gem 'sass', '~> 3.x' | ||
gem 'scss_lint', '~> 0.x' | ||
gem 'windows-pr' if RUBY_PLATFORM =~ /win32/i || RUBY_PLATFORM =~ /mingw32/i | ||
gem 'win32console' if RUBY_PLATFORM =~ /win32/i || RUBY_PLATFORM =~ /mingw32/i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
rake (10.5.0) | ||
rake (11.3.0) | ||
sass (3.4.22) | ||
scss_lint (0.47.1) | ||
rake (>= 0.9, < 11) | ||
sass (~> 3.4.15) | ||
scss_lint (0.50.2) | ||
rake (>= 0.9, < 12) | ||
sass (~> 3.4.20) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
sass (~> 3.4.19) | ||
scss_lint (~> 0.47.0) | ||
sass (~> 3.x) | ||
scss_lint (~> 0.x) | ||
|
||
BUNDLED WITH | ||
1.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@charset "UTF-8"; | ||
|
||
@import "nico/nico"; | ||
@import "honoka/honoka"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
@charset "UTF-8"; | ||
|
||
// Open Sans | ||
@import url(#{$font-family-open-sans-import-path}); | ||
|
||
// Yu Gothic (for Windows) | ||
@font-face { | ||
font-family: "Yu Gothic"; | ||
src: local("Yu Gothic Medium"); | ||
font-weight: 100; | ||
} | ||
@font-face { | ||
font-family: "Yu Gothic"; | ||
src: local("Yu Gothic Medium"); | ||
font-weight: 200; | ||
} | ||
@font-face { | ||
font-family: "Yu Gothic"; | ||
src: local("Yu Gothic Medium"); | ||
font-weight: 300; | ||
} | ||
@font-face { | ||
font-family: "Yu Gothic"; | ||
src: local("Yu Gothic Medium"); | ||
font-weight: 400; | ||
} | ||
@font-face { | ||
font-family: "Yu Gothic"; | ||
src: local("Yu Gothic Bold"); | ||
font-weight: bold; | ||
} | ||
|
||
// Yu Mincho (for Windows) | ||
@font-face { | ||
font-family: "Yu Mincho"; | ||
src: local("Yu Mincho Medium"); | ||
font-weight: 100; | ||
} | ||
@font-face { | ||
font-family: "Yu Mincho"; | ||
src: local("Yu Mincho Medium"); | ||
font-weight: 200; | ||
} | ||
@font-face { | ||
font-family: "Yu Mincho"; | ||
src: local("Yu Mincho Medium"); | ||
font-weight: 300; | ||
} | ||
@font-face { | ||
font-family: "Yu Mincho"; | ||
src: local("Yu Mincho Medium"); | ||
font-weight: 400; | ||
} | ||
@font-face { | ||
font-family: "Yu Mincho"; | ||
src: local("Yu Mincho Bold"); | ||
font-weight: bold; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters