1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-19 20:12:52 +02:00
nerd-fonts/_includes/scripts.html
Ryan L McIntyre a0a73c77ee Styling tweaks to home and downloads pages + JS improvements
* improves download page links and adds other download/install options
* adds some more styling to home page to be a bit more striking
* removes reliance on jQuery and rewrites most of the JavaScript
* misc formatting fixes
2019-08-01 23:57:41 -07:00

24 lines
880 B
HTML

<script async defer src="https://buttons.github.io/buttons.js"></script>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'ryanoasis/nerd-fonts'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script src="site.js"></script>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "SoftwareApplication",
"name" : "Nerd Fonts - Iconic font aggregator",
"image" : "https://www.nerdfonts.com/assets/img/sankey-glyphs-combined-diagram.png",
"author" : {
"@type" : "Person",
"name" : "Ryan L McIntyre"
},
"downloadUrl" : "https://www.nerdfonts.com/font-downloads",
"operatingSystem" : "Linux, macOS, Windows",
"screenshot" : "https://www.nerdfonts.com/assets/img/nerd-fonts-powerline-extra-terminal.png",
"softwareVersion" : "2.0.0"
}
</script>