From 306f9251b0d7a08fb811a439c098f5ab0908e2ec Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 17 Nov 2016 15:32:11 -0800 Subject: [fonts] Add a directory with some fonts I like. --- fonts/Go-Bold-Italic.ttf | Bin 0 -> 141872 bytes fonts/Go-Bold.ttf | Bin 0 -> 138956 bytes fonts/Go-Italic.ttf | Bin 0 -> 138588 bytes fonts/Go-Medium-Italic.ttf | Bin 0 -> 146496 bytes fonts/Go-Medium.ttf | Bin 0 -> 142368 bytes fonts/Go-Mono-Bold-Italic.ttf | Bin 0 -> 173600 bytes fonts/Go-Mono-Bold.ttf | Bin 0 -> 164936 bytes fonts/Go-Mono-Italic.ttf | Bin 0 -> 169824 bytes fonts/Go-Mono.ttf | Bin 0 -> 160760 bytes fonts/Go-Regular.ttf | Bin 0 -> 134988 bytes fonts/README | 36 ++++++++++++++++++++++++++++++++++++ 11 files changed, 36 insertions(+) create mode 100644 fonts/Go-Bold-Italic.ttf create mode 100644 fonts/Go-Bold.ttf create mode 100644 fonts/Go-Italic.ttf create mode 100644 fonts/Go-Medium-Italic.ttf create mode 100644 fonts/Go-Medium.ttf create mode 100644 fonts/Go-Mono-Bold-Italic.ttf create mode 100644 fonts/Go-Mono-Bold.ttf create mode 100644 fonts/Go-Mono-Italic.ttf create mode 100644 fonts/Go-Mono.ttf create mode 100644 fonts/Go-Regular.ttf create mode 100644 fonts/README (limited to 'fonts') diff --git a/fonts/Go-Bold-Italic.ttf b/fonts/Go-Bold-Italic.ttf new file mode 100644 index 0000000..1e971f4 Binary files /dev/null and b/fonts/Go-Bold-Italic.ttf differ diff --git a/fonts/Go-Bold.ttf b/fonts/Go-Bold.ttf new file mode 100644 index 0000000..9e5b14d Binary files /dev/null and b/fonts/Go-Bold.ttf differ diff --git a/fonts/Go-Italic.ttf b/fonts/Go-Italic.ttf new file mode 100644 index 0000000..07d76fd Binary files /dev/null and b/fonts/Go-Italic.ttf differ diff --git a/fonts/Go-Medium-Italic.ttf b/fonts/Go-Medium-Italic.ttf new file mode 100644 index 0000000..bdc900b Binary files /dev/null and b/fonts/Go-Medium-Italic.ttf differ diff --git a/fonts/Go-Medium.ttf b/fonts/Go-Medium.ttf new file mode 100644 index 0000000..2545da4 Binary files /dev/null and b/fonts/Go-Medium.ttf differ diff --git a/fonts/Go-Mono-Bold-Italic.ttf b/fonts/Go-Mono-Bold-Italic.ttf new file mode 100644 index 0000000..0884406 Binary files /dev/null and b/fonts/Go-Mono-Bold-Italic.ttf differ diff --git a/fonts/Go-Mono-Bold.ttf b/fonts/Go-Mono-Bold.ttf new file mode 100644 index 0000000..bbad5fd Binary files /dev/null and b/fonts/Go-Mono-Bold.ttf differ diff --git a/fonts/Go-Mono-Italic.ttf b/fonts/Go-Mono-Italic.ttf new file mode 100644 index 0000000..ec27133 Binary files /dev/null and b/fonts/Go-Mono-Italic.ttf differ diff --git a/fonts/Go-Mono.ttf b/fonts/Go-Mono.ttf new file mode 100644 index 0000000..e64e22f Binary files /dev/null and b/fonts/Go-Mono.ttf differ diff --git a/fonts/Go-Regular.ttf b/fonts/Go-Regular.ttf new file mode 100644 index 0000000..8d59fab Binary files /dev/null and b/fonts/Go-Regular.ttf differ diff --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. -- cgit 1.4.1