Last active
January 26, 2016 02:58
-
-
Save flada-auxv/b54aecf295bf94bb63df to your computer and use it in GitHub Desktop.
tegaki-jan sample
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
require 'sinatra' | |
get '/' do | |
erb :index | |
end | |
__END__ | |
@@ index | |
<html> | |
<head> | |
<style type="text/css"> | |
@font-face { | |
font-family: "tegaki-jan"; | |
src: url("http://rawgit.com/mtsmfm/tegaki-jan/master/tegaki-jan.woff"); | |
} | |
body { font-family: tegaki-jan } | |
</style> | |
</head> | |
<body> | |
🀀 | |
🀀 | |
</body> | |
</html> |
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
source "https://rubygems.org" | |
gem "sinatra" |
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
GEM | |
remote: https://rubygems.org/ | |
specs: | |
rack (1.6.4) | |
rack-protection (1.5.3) | |
rack | |
sinatra (1.4.7) | |
rack (~> 1.5) | |
rack-protection (~> 1.4) | |
tilt (>= 1.3, < 3) | |
tilt (2.0.2) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
sinatra | |
BUNDLED WITH | |
1.11.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment