diff --git a/less/base/octicons.less b/less/base/octicons.less index 2625103..cbc12e6 100644 --- a/less/base/octicons.less +++ b/less/base/octicons.less @@ -1,12 +1,11 @@ -@octicons-font-path: "https://cdnjs.cloudflare.com/ajax/libs/octicons/3.1.0"; -@octicons-version: "396334ee3da78f4302d25c758ae3e3ce5dc3c97d"; +@octicons-font-path: "./fonts"; @font-face { font-family: 'octicons'; - src: ~"url('@{octicons-font-path}/octicons.eot?#iefix&v=@{octicons-version}') format('embedded-opentype')", - ~"url('@{octicons-font-path}/octicons.woff?v=@{octicons-version}') format('woff')", - ~"url('@{octicons-font-path}/octicons.ttf?v=@{octicons-version}') format('truetype')", - ~"url('@{octicons-font-path}/octicons.svg?v=@{octicons-version}#octicons') format('svg')"; + src: ~"url('@{octicons-font-path}/octicons.eot') format('embedded-opentype')", + ~"url('@{octicons-font-path}/octicons.woff') format('woff')", + ~"url('@{octicons-font-path}/octicons.ttf') format('truetype')", + ~"url('@{octicons-font-path}/octicons.svg') format('svg')"; font-weight: normal; font-style: normal; } diff --git a/less/fonts/octicons.eot b/less/fonts/octicons.eot new file mode 100644 index 0000000..2bf20bc Binary files /dev/null and b/less/fonts/octicons.eot differ diff --git a/less/fonts/octicons.svg b/less/fonts/octicons.svg new file mode 100644 index 0000000..d932988 --- /dev/null +++ b/less/fonts/octicons.svg @@ -0,0 +1,183 @@ + + + + +(c) 2012-2015 GitHub + +When using the GitHub logos, be sure to follow the GitHub logo guidelines (https://github.com/logos) + +Font License: SIL OFL 1.1 (http://scripts.sil.org/OFL) +Applies to all font files + +Code License: MIT (http://choosealicense.com/licenses/mit/) +Applies to all other files + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/less/fonts/octicons.ttf b/less/fonts/octicons.ttf new file mode 100644 index 0000000..32e6720 Binary files /dev/null and b/less/fonts/octicons.ttf differ diff --git a/less/fonts/octicons.woff b/less/fonts/octicons.woff new file mode 100644 index 0000000..cbf9f62 Binary files /dev/null and b/less/fonts/octicons.woff differ