# rack-typekit **Repository Path**: mirrors_mattt/rack-typekit ## Basic Information - **Project Name**: rack-typekit - **Description**: Rack middleware to automatically inject Typekit into webpages - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rack-typekit Rack middleware to automatically include your Typekit JavaScript files ## Example ```ruby require "rack/typekit" use Rack::Typekit, :kit => "lng5bpe" ``` Including this in the `config.ru` file of your Rack application will automatically inject the corresponding JavaScript into the `
` of your HTML: ```html ``` ## Contact [Mattt](https://twitter.com/mattt) ## License rack-typekit is available under the MIT license. See the LICENSE file for more info.