diff --git a/css/gin.webflow.css b/css/gin.webflow.css index 73cc64f4..1b678998 100755 --- a/css/gin.webflow.css +++ b/css/gin.webflow.css @@ -263,6 +263,7 @@ p { padding-top: 14px; border-radius: 40px; background-color: #eff1f4; + font-family:'Fontawesome webfont'; font-size: 20px; font-weight: 700; } @@ -607,4 +608,5 @@ html.w-mod-js.w-mod-no-ios *[data-ix="slicefromright"] { background-image: url('../images/12-quotes.png'); background-position: 8% 17%; } -} \ No newline at end of file +} + diff --git a/index.html b/index.html index a0144fc1..8ba5d0c9 100755 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - +
@@ -48,7 +48,7 @@You can add global, per-group, and per-route middlewares, thousands of nested groups, nice JSON validation and rendering. And the performance will be still great. Gin uses httprouter internally, the fastest HTTP router for Golang. Httprouter was created by Julien Schmidt and it’s based in a Radix Tree algorithm.
@@ -85,7 +85,7 @@Gin uses a MIT license, this means that you can do whatever you want, but please, keep the reference to the original authors! To contribute you should fork it in Github, add some changes and start posting Pull Requests, we would love to merge them.