diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-17 15:32:11 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-17 15:32:11 -0800 |
commit | 306f9251b0d7a08fb811a439c098f5ab0908e2ec (patch) | |
tree | 027c8ef0dbc2132ed7f82b23c35eac1a18610af5 /fonts | |
parent | [Emacs] 'projectile-global-mode' has been renamed to 'projectile-mode'. (diff) | |
download | emacs.d-306f9251b0d7a08fb811a439c098f5ab0908e2ec.tar.gz |
[fonts] Add a directory with some fonts I like.
Diffstat (limited to '')
-rw-r--r-- | fonts/Go-Bold-Italic.ttf | bin | 0 -> 141872 bytes | |||
-rw-r--r-- | fonts/Go-Bold.ttf | bin | 0 -> 138956 bytes | |||
-rw-r--r-- | fonts/Go-Italic.ttf | bin | 0 -> 138588 bytes | |||
-rw-r--r-- | fonts/Go-Medium-Italic.ttf | bin | 0 -> 146496 bytes | |||
-rw-r--r-- | fonts/Go-Medium.ttf | bin | 0 -> 142368 bytes | |||
-rw-r--r-- | fonts/Go-Mono-Bold-Italic.ttf | bin | 0 -> 173600 bytes | |||
-rw-r--r-- | fonts/Go-Mono-Bold.ttf | bin | 0 -> 164936 bytes | |||
-rw-r--r-- | fonts/Go-Mono-Italic.ttf | bin | 0 -> 169824 bytes | |||
-rw-r--r-- | fonts/Go-Mono.ttf | bin | 0 -> 160760 bytes | |||
-rw-r--r-- | fonts/Go-Regular.ttf | bin | 0 -> 134988 bytes | |||
-rw-r--r-- | fonts/README | 36 |
11 files changed, 36 insertions, 0 deletions
diff --git a/fonts/Go-Bold-Italic.ttf b/fonts/Go-Bold-Italic.ttf new file mode 100644 index 0000000..1e971f4 --- /dev/null +++ b/fonts/Go-Bold-Italic.ttf Binary files differdiff --git a/fonts/Go-Bold.ttf b/fonts/Go-Bold.ttf new file mode 100644 index 0000000..9e5b14d --- /dev/null +++ b/fonts/Go-Bold.ttf Binary files differdiff --git a/fonts/Go-Italic.ttf b/fonts/Go-Italic.ttf new file mode 100644 index 0000000..07d76fd --- /dev/null +++ b/fonts/Go-Italic.ttf Binary files differdiff --git a/fonts/Go-Medium-Italic.ttf b/fonts/Go-Medium-Italic.ttf new file mode 100644 index 0000000..bdc900b --- /dev/null +++ b/fonts/Go-Medium-Italic.ttf Binary files differdiff --git a/fonts/Go-Medium.ttf b/fonts/Go-Medium.ttf new file mode 100644 index 0000000..2545da4 --- /dev/null +++ b/fonts/Go-Medium.ttf Binary files differdiff --git a/fonts/Go-Mono-Bold-Italic.ttf b/fonts/Go-Mono-Bold-Italic.ttf new file mode 100644 index 0000000..0884406 --- /dev/null +++ b/fonts/Go-Mono-Bold-Italic.ttf Binary files differdiff --git a/fonts/Go-Mono-Bold.ttf b/fonts/Go-Mono-Bold.ttf new file mode 100644 index 0000000..bbad5fd --- /dev/null +++ b/fonts/Go-Mono-Bold.ttf Binary files differdiff --git a/fonts/Go-Mono-Italic.ttf b/fonts/Go-Mono-Italic.ttf new file mode 100644 index 0000000..ec27133 --- /dev/null +++ b/fonts/Go-Mono-Italic.ttf Binary files differdiff --git a/fonts/Go-Mono.ttf b/fonts/Go-Mono.ttf new file mode 100644 index 0000000..e64e22f --- /dev/null +++ b/fonts/Go-Mono.ttf Binary files differdiff --git a/fonts/Go-Regular.ttf b/fonts/Go-Regular.ttf new file mode 100644 index 0000000..8d59fab --- /dev/null +++ b/fonts/Go-Regular.ttf Binary files differdiff --git a/fonts/README b/fonts/README new file mode 100644 index 0000000..7043c36 --- /dev/null +++ b/fonts/README @@ -0,0 +1,36 @@ +These fonts were created by the Bigelow & Holmes foundry specifically for the +Go project. See https://blog.golang.org/go-fonts for details. + +They are licensed under the same open source license as the rest of the Go +project's software: + +Copyright (c) 2016 Bigelow & Holmes Inc.. All rights reserved. + +Distribution of this font is governed by the following license. If you do not +agree to this license, including the disclaimer, do not distribute or modify +this font. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name of Google Inc. nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +DISCLAIMER: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |