mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
24 lines
901 B
HTML
24 lines
901 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" : "{{ site.current_version }}"
|
|
}
|
|
</script> |