Created
May 26, 2012 23:23
-
-
Save johan/2795601 to your computer and use it in GitHub Desktop.
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
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 3026"> | |
<defs><style type="text/css">@font-face { | |
font-family: 'Octicons Regular'; | |
font-weight: normal; | |
font-style: normal; | |
src: url("octicons-regular-webfont.svg#OcticonsRegular") format(svg); | |
}</style></defs> | |
<!-- see https://github.com/styleguide/css/7.0 for docs --> | |
<text font-family="Octicons Regular" font-size="100"> | |
<!-- lo-res glyphs designed for 16px..32px font sizes --> | |
<tspan x="0" y="100"></tspan> | |
<tspan x="0" y="200"></tspan> | |
<tspan x="0" y="300"></tspan> | |
<tspan x="0" y="400"></tspan> | |
<tspan x="0" y="500"></tspan> | |
<tspan x="0" y="600"></tspan> | |
<tspan x="0" y="700"></tspan> | |
<tspan x="0" y="800"></tspan> | |
<tspan x="0" y="900"></tspan> | |
<tspan x="0" y="1000"></tspan> | |
<tspan x="0" y="1100"></tspan> | |
<tspan x="0" y="1200"></tspan> | |
<tspan x="0" y="1300"></tspan> | |
<tspan x="0" y="1400"></tspan> | |
<tspan x="0" y="1500"></tspan> | |
<!-- hi-res glyphs designed for 32px font sizes and up --> | |
<tspan x="0" y="1600"></tspan> | |
<tspan x="0" y="1700"></tspan> | |
<tspan x="0" y="1800"></tspan> | |
<tspan x="0" y="1900"></tspan> | |
<tspan x="0" y="2000"></tspan> | |
<tspan x="0" y="2100"></tspan> | |
<tspan x="0" y="2200"></tspan> | |
<tspan x="0" y="2300"></tspan> | |
<tspan x="0" y="2400"></tspan> | |
<tspan x="0" y="2500"></tspan> | |
<tspan x="0" y="2600"></tspan> | |
<tspan x="0" y="2700"></tspan> | |
<tspan x="0" y="2800"></tspan> | |
<tspan x="0" y="2900"></tspan> | |
<tspan x="0" y="3000"></tspan> | |
</text> | |
</svg> |
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
@font-face { | |
font-family: 'Octicons Regular'; | |
src: url("https://a248.e.akamai.net/assets.github.com/fonts/octicons/octicons-regular-webfont.eot?ade8e027"); | |
src: url("https://a248.e.akamai.net/assets.github.com/fonts/octicons/octicons-regular-webfont.eot?ade8e027#iefix") format("embedded-opentype") | |
, url("https://a248.e.akamai.net/assets.github.com/fonts/octicons/octicons-regular-webfont.woff?fca05081") format("woff") | |
, url("https://a248.e.akamai.net/assets.github.com/fonts/octicons/octicons-regular-webfont.ttf?b2778fb1") format("truetype") | |
, url("https://a248.e.akamai.net/assets.github.com/fonts/octicons/octicons-regular-webfont.svg?b5c3b089#newFontRegular") format("svg") | |
; | |
font-weight: normal; | |
font-style: normal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment