Downloads:
684
Downloads of v 2.008:
545
Last Update:
28 Mar 2021
Package Maintainer(s):
Software Author(s):
- Bigelow & Holmes Inc.
Tags:
proportional sans-serif monospaced slab-serif font go go-fontsGo Fonts
- 1
- 2
- 3
2.008 | Updated: 28 Mar 2021
Downloads:
684
Downloads of v 2.008:
545
Maintainer(s):
Software Author(s):
- Bigelow & Holmes Inc.
Go Fonts 2.008
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Bigelow & Holmes Inc. The inclusion of Bigelow & Holmes Inc. trademark(s), if any, upon this webpage is solely to identify Bigelow & Holmes Inc. goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Go Fonts, run the following command from the command line or from PowerShell:
To upgrade Go Fonts, run the following command from the command line or from PowerShell:
To uninstall Go Fonts, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download go-fonts --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade go-fonts -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade go-fonts -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install go-fonts
win_chocolatey:
name: go-fonts
version: '2.008'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'go-fonts' do
action :install
source 'INTERNAL REPO URL'
version '2.008'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller go-fonts
{
Name = "go-fonts"
Version = "2.008"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'go-fonts':
ensure => '2.008',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator virtualex on 04 Apr 2021.
The Go font family includes proportional and fixed-width faces in normal, bold, and italic renderings with a
smallcaps face in a normal and italic renderings.
The fonts have been tested for technical uses, particularly programming. Go source code looks particularly good when
displayed in Go fonts, as its name implies, with things like punctuation characters easily distinguishable and
operators lined up and placed consistently.
Features
- Provides 3 sets - Go Proportional, which is sans-serif, Go Mono, which is slab-serif and Go Smallcaps
- Conforms to the DIN 1450 legibility standard
- Offers the WGL4 character set
- Go proportional fonts are nearly metrically compatible with standard Helvetica or Arial characters
- Go fixed-width fonts are metrically compatible with Courier and other monospaced fonts that match the "Pica"
typewriter type widths of 10 characters per linear inch at 12 point
Notes
- This package is manually updated.
- If the package does not represent the latest version please contact the maintainer(s) and let them know the package requires updating.
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.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The fonts have been downloaded from the official distribution and can
be verified by:
1. Clone the version control repository and reset the contents to the commit id f03a046406d4d7fbfd4ed29f554da8f6114049fc
git clone https://go.googlesource.com/image/
git reset --hard f03a046406d4d7fbfd4ed29f554da8f6114049fc
Alternatively the fonts archive can be downloaded directly from
https://go.googlesource.com/image/+archive/f03a046406d4d7fbfd4ed29f554da8f6114049fc/font/gofont/ttfs.tar.gz
2. The fonts can be validated by comparing checksums of the cloned repository in the directory .\image\font\gofont\ttfs
or the contents of the image-f03a046406d4d7fbfd4ed29f554da8f6114049fc-font-gofont-ttfs.tar.gz archive
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 [filename]
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f [filename]
File: Go-Bold.ttf
Type: sha256
Checksum: 08BD7247CA7807ED101E844ED7B663B51BC3470351AC9BAEF6ED906AAFCF7497
File: Go-Bold-Italic.ttf
Type: sha256
Checksum: 54317F92767EB67F842238479996D99AE69358277AB51B2CDD701C7834715820
File: Go-Italic.ttf
Type: sha256
Checksum: A5F0C4CD287E59AA1966852E01B93D1076709B3581D0EBEBE26107E239C00B40
File: Go-Medium.ttf
Type: sha256
Checksum: 1C7442895C518888D6D3FC0B9ACA2DB9268F3ACF4CAE9F87D4D977ACDEDAE68C
File: Go-Medium-Italic.ttf
Type: sha256
Checksum: 950A3AED1848A3382AEB50DEFBCF14209A3B141F14FAC1F03BA3ABEE1DEECC34
File: Go-Mono.ttf
Type: sha256
Checksum: B219CB3AE5214941BFB95A5B9A0AF769D2EA1986DF6CDD48F09F821EF0616BFC
File: Go-Mono-Bold.ttf
Type: sha256
Checksum: 0731484182480165D26A0E61648E6DB8F006ABB8129E2F9D4AC75A6E919E67E7
File: Go-Mono-Bold-Italic.ttf
Type: sha256
Checksum: E78BA223CF1D1744A8EE58E23D4A28E88EA9E6EBD5C8E9244DA0D32DBA3F1D0F
File: Go-Mono-Italic.ttf
Type: sha256
Checksum: 50557B8C54E5A70D5D1D458349E28FC671A069A1712BE80A54833D59238F8124
File: Go-Regular.ttf
Type: sha256
Checksum: 4BB829593136416C6A39ECDC45482E052F75AC374E6459B9AF68D4FBA279396C
File: Go-Smallcaps.ttf
Type: sha256
Checksum: EE1984FC28D442CE191F3B7EDC68B557155E158D77511DE304DC9FA8AC4A1D14
File: Go-Smallcaps-Italic.ttf
Type: sha256
Checksum: 316EBBED451D06AA3D7E428851A388456B97AFA272B50D827E6EAA6595018A32
Contents of file LICENSE.txt is obtained from https://go.googlesource.com/image/+/f03a046406d4d7fbfd4ed29f554da8f6114049fc/font/gofont/ttfs/README
$ErrorActionPreference = 'Stop'
$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$files = Get-ChildItem $toolsDir -include *.ttf -recurse
foreach ($file in $files) {
Uninstall-ChocolateyFont $file.Name | Out-Null
}
md5: A6881CB89CB6E3412005245B6FE2E5ED | sha1: 7CD4DD54132E6EFC5E7137912DB872571DF2989F | sha256: 54317F92767EB67F842238479996D99AE69358277AB51B2CDD701C7834715820 | sha512: 14A2925AE8B7E504EE935F500E9BA58EC069FCDD23CE5AA0D9296F3DC7CF9E60D8C4317AD7C1B8273957891D07C28E06C1307304C16EDEE08DE401FDADC28B21
md5: D87A523CEB3A3BC5DDA76C21432E13C5 | sha1: 076CA606D57034D65662B788085A057C0187D653 | sha256: 08BD7247CA7807ED101E844ED7B663B51BC3470351AC9BAEF6ED906AAFCF7497 | sha512: 1822F398A8DC6A39578C6CB644CF691BD7F75E4B536195A80F97972A7A6E63D37700282FFED1CA6BDCBC5AD9E30BF8A19B09B5AEACEC9F1777B3CE3EE26F4607
md5: C0BBE11EE978E200555A7BED423C13F9 | sha1: ED2E4BFF54912EAE2F1CF8B16DE951164C9FA98D | sha256: A5F0C4CD287E59AA1966852E01B93D1076709B3581D0EBEBE26107E239C00B40 | sha512: 02BED12459FE3215BFBD036827683BFDA77067727845A09974254A143E91714CAD8AD87FB486792B434DA836ED6881B0A5231165318009D39A1CAA55970F6C07
md5: 3767694DE6FD7F028032C24A9FC06ABB | sha1: 98ED3416A1AF7B1204D1873BA6FE457504F747F3 | sha256: 950A3AED1848A3382AEB50DEFBCF14209A3B141F14FAC1F03BA3ABEE1DEECC34 | sha512: 792728DCCB0F4C7B3B30227F482D376575C88C6AA40BB03C22DAEF8A0BDE05C57EC411F004E921E9171EFA6A1010E42198238AD62ACB05A9EE832E520BD1207D
md5: 200A537C2F1EC036FAF66BDA1074A98F | sha1: A50CA0E3BBD42F49B64C6BB2BF434431AD79801D | sha256: 1C7442895C518888D6D3FC0B9ACA2DB9268F3ACF4CAE9F87D4D977ACDEDAE68C | sha512: 3A36A0E87B1E6DB62790BF74B363FFC69AB69A0015FB04C30828D00D9FD41494A6FD091E35E022B3AD792C703692689C8B72C7269E65A68A6C9E2E6E92D8F2C3
md5: 6BDE6AD987B6A8CA080BC458940AD69F | sha1: 83A1C28305BCE3587D006BAD97D2B56BB8EDADC1 | sha256: E78BA223CF1D1744A8EE58E23D4A28E88EA9E6EBD5C8E9244DA0D32DBA3F1D0F | sha512: AD2825C79552D30149EED6BB723B68295E582C6002C450D325A7D3915F006DCE7B1AB6A17D0D2E32CE667A114C0B5E616A2153F1C70CF67CB8EB434C87DE46F4
md5: E4AFD109432D91C7EC7AC5563A592F89 | sha1: 6BFEBCCF8BD549707C3D519565BF7F1162701BB7 | sha256: 0731484182480165D26A0E61648E6DB8F006ABB8129E2F9D4AC75A6E919E67E7 | sha512: E9CB850A6490085CC14ADDECA923814D281DDB561135CFF792830F93A243C2AE5F5666478CD9171B064E5A445288D40C965929CE836A8019192533A406179F3C
md5: 9C8BF81C7E06AF1B4D916434ACB3AB8E | sha1: 2CD1CA9203C4308E88E583C92431B408645142F8 | sha256: 50557B8C54E5A70D5D1D458349E28FC671A069A1712BE80A54833D59238F8124 | sha512: 41B5BD6FF79A227C15096091C4148DFC327938CA06CF3D3AA7FF647CA8812C4ADF57D98AD5449FB7F7A52914C2E33428E8B3EF973522F07691776C3C094FD481
md5: AC3A15A4B6C3C3A7958A7076F079E59F | sha1: 546208B0133E91503ABCFBC13A4ECDE9D6858766 | sha256: B219CB3AE5214941BFB95A5B9A0AF769D2EA1986DF6CDD48F09F821EF0616BFC | sha512: C0B2A5A545F4AD3E577F5F75955B8843F32E5D0E5DD1FDFC876145A423F55290B2B017424B1CD6C26B59BA83212ECD994795CD90996BF9C8E6FA7D262E01C60E
md5: 078E6F5E7FA702BCA3A8F3CFCF1F009D | sha1: 55EB3ECF7D581E5B03924A564C606DE4C6079497 | sha256: 4BB829593136416C6A39ECDC45482E052F75AC374E6459B9AF68D4FBA279396C | sha512: B8D7F32E7E614992F64C90F3F3FD6410DE9C4F329E71688ED52A7FC9AF8076004A9B278890308220F60125A17F5B0FE89C0A74583BDFDEBDDCA7A37BB686676E
md5: ED9E312F1C23B283923A4EFEB07ABC67 | sha1: 071C8BA3CC117D9413E665A005BC61EE6A79900E | sha256: 316EBBED451D06AA3D7E428851A388456B97AFA272B50D827E6EAA6595018A32 | sha512: 4B22D8F2BEE8EE07CDE3038D3D5A2FD8E238BC07953200394D63634111FA290CE039D6FC543DBC9FB3BF9B7D4EBAF07E99850EBACC9E76E35EC25D77CD4EAF41
md5: 3353738BAC074F7A6D7A1B5C15F34E47 | sha1: 9B594955E2EEB8CC6A8F969F6586EAA26A0145C8 | sha256: EE1984FC28D442CE191F3B7EDC68B557155E158D77511DE304DC9FA8AC4A1D14 | sha512: 8AF0281B3FF76E41A933A4BABEF744EC0C0EF508071041C653F1870E0509267881EB2E39CDE06546936D041C494A916B319A82E2400B4E2D751C476B55D1BD1E
Log in or click on link to see number of positives.
- go-fonts.2.008.nupkg (e4efa6b9cc3d) - ## / 62
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Go Fonts 2.008 | 545 | Sunday, March 28, 2021 | Approved | |
Go Fonts 2.004 | 139 | Saturday, March 20, 2021 | Approved |
Copyright (c) 2016 Bigelow & Holmes Inc.. All rights reserved.
-
- chocolatey-font-helpers.extension (≥ 0.0.3.1)
Ground Rules:
- This discussion is only about Go Fonts and the Go Fonts package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Go Fonts, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.