Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

53,240

Downloads of v 3.3.0:

2,365

Last Update:

05 Dec 2023

Package Maintainer(s):

Software Author(s):

  • Steve Matteson

Tags:

opensans font sans sanserif humanist unicode google apache embedded

Open Sans (font)

  • 1
  • 2
  • 3

3.3.0 | Updated: 05 Dec 2023

Downloads:

53,240

Downloads of v 3.3.0:

2,365

Maintainer(s):

Software Author(s):

  • Steve Matteson

Open Sans (font) 3.3.0

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Open Sans (font), run the following command from the command line or from PowerShell:

>

To upgrade Open Sans (font), run the following command from the command line or from PowerShell:

>

To uninstall Open Sans (font), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade opensans -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 opensans -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 opensans
  win_chocolatey:
    name: opensans
    version: '3.3.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'opensans' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '3.3.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller opensans
{
    Name     = "opensans"
    Version  = "3.3.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'opensans':
  ensure   => '3.3.0',
  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.

Package Approved

This package was approved by moderator Windos on 06 Dec 2023.

Description

Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letterforms.

In March 2021, the family has been updated to a variable font family and it also includes Hebrew, and unified and simplified the licensing under OFL.

Open Sans sample


tools\OpenSans-CondensedSemiBold.ttf
md5: DF61F92370855348B6B0BA292F5A2488 | sha1: C0BCDF697B043CAA9510EB2F64BA12EAC44C976C | sha256: 8846112B6B3CDEC87A15BFFF47B55158278EC4D1576962A6E52AE10D0808CAE6 | sha512: A72DDC0B4B89D2FB480C7B63CC875E745F6869544C4BD6A414077FA0409F89A9D3A67569D648ED5D1C66654DF0DA95CB4B918682B7DC9B13365B80B7F2F2F6D9
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir   = Split-Path -parent $MyInvocation.MyCommand.Definition

$Installed = Add-Font "$toolsDir\*.ttf" -Multiple

If ($Installed -eq 0) {
   Throw 'All font installation attempts failed!'
} elseif ($Installed -lt $FontFiles.count) {
   Write-Host "$Installed fonts were installed." -ForegroundColor Cyan
   Write-Warning "$($FontFiles.count - $Installed) submitted font paths failed to install."
} else {
   Write-Host "$Installed fonts were installed."
}

tools\OpenSans-BoldItalic.ttf
md5: 94CDF7A67F71EC22E0120E7BB2A57FA7 | sha1: 3928EC71C3CA2A751A98BD6F84EB98415F39268B | sha256: D672A770037104B6AF45E1336B3D3C1729C8AEA940F81E010F5A8A7319C29A21 | sha512: 97D75D371A57B34CCA532F3504EA22C6B7FE9F427A6421B95316A1AB8FEC9BE51374AE9454721CCB9F184A527F2294D45ED9829FC9076FE02CC3E762B95AB453
tools\OpenSans-CondensedExtraBold.ttf
md5: 66F86764DECE5565510E417B1FE21982 | sha1: 0DCFC70A1E781CC8EAAD31FE0E7CF6E6BB73E349 | sha256: 063B0E1D1BE7A394896BE5C3BE5183B7FB4DBB3F9FFB1CC16DD263ACFEB790CF | sha512: 15CF95E27DE2A86477603182FA4DC0E584D49E106F69B62B167A3E1C192B14D9873C82764967A6BB3E912E4D74157D924602F01B19E6DC1D93608A9A82F691F6
tools\OpenSans-CondensedLight.ttf
md5: 2C3AE3A73DFAF54F38C78897D672E50C | sha1: 966DA2F25137CE74BD32AC579AD577B767BF2F7B | sha256: BD09013EBB713EF8BDF17FD7BAC92E51A6FF2F2E6844F561AE0CDA2A457A9ED0 | sha512: 10FF95FAA2C8598B4F5EDCC37C2AD095212606C6507A7207C3C6194272305EA2F67EE20EDA17F423A45167E29BD41E8ED6749DD881EF352A958868F4A81727E2
tools\OpenSans-CondensedSemiBoldItalic.ttf
md5: C910674A9C2434EFFD8B61268AB02DAC | sha1: 3534F95172DC8A9AB5E727C416F0B2944F912753 | sha256: D98ECD831A1FDA795E6354CA5C72C5220EFCC5DB5E02EE243B3417DABADD1959 | sha512: 4BF348CDB6966D7B7705B9D9B2F324D6A128461B8B2C275C94151DC3F2FA9F635671A5C3C31A6BFB54259D37150738A403914D9822FD742A8637A5E5863769BC
tools\OpenSans-ExtraBoldItalic.ttf
md5: F3B9D55ACDD55C5D74D979CCEDC2003C | sha1: 3F144274F2C0D5C6C29428EE5A728F9BC44DFC6A | sha256: 63F46CD436C572334203C297062ACC012C117BF1413F0E40F6B5215637C05236 | sha512: 9E4101CBBCC5E378E2004621B7FB2AB9ACCBB7002E6CDE5F2982FCAD9B2875803E370A5778B9E1E3F9DED52AD0221493A893684CADACDC5858D1918EC96540DB
tools\OpenSans-LightItalic.ttf
md5: 330836DF77F711223D81767CFC0E6BD4 | sha1: B64A3880CF694E38F1C44EDAAF3A0CBFA60726C3 | sha256: 548DC557BCEF26267D16F1AFAF0770814A329C9F04A0168D396CA9D1CEAFB16F | sha512: 79CD9F8886702BD196F2BA01897F99E13BE95955184422C7FE49AE27FF2AA6F30BC01784E2234CBE40B1DBAA129842206749B780878215DE09C969C7DBDDD2FB
tools\OpenSans-SemiBold.ttf
md5: 222680FB67C08FD86A385A2D58398861 | sha1: B28AAA524BF3CE317469A6FC9A4BE81B6AA8E4FE | sha256: 4A413711684A9DD564EF0F1C10CB62B5D9F7EB6DF2CFF962F5341A6ECD5F64AE | sha512: 0398D552C9BBAC25A49358038CF9AB40A8C26F266FDA4246639FAAE49CDFBC1F5CF703C3374E873F45D5088BEAD676BE7544FA50B3577BA3C47EB683D408BD4D
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'

$Removed = Remove-Font 
   
if ($Removed -eq 0) {
   Throw 'All font removal attempts failed!'
} else {
   Write-Host "$Removed fonts were uninstalled."
}
tools\OpenSans-CondensedBold.ttf
md5: 3814D6451C8FE0D39AB892C4D9E8421B | sha1: 956E315812263C3CDEA93CCD28D5E8DCDFD9B5AE | sha256: A4B0906939E47017907CC7F7DE0FAE81707E1F127185B7D75BA967C09D7FE050 | sha512: B23B93A04DC8C36A4268DE47A47FA6BE51BC146B4BBA19EDAAFEF2CEF5C81C16D670A1E9462B12BCC594E64EF4447A73686D1154F45C63A023DBE28955C21261
tools\OpenSans-CondensedExtraBoldItalic.ttf
md5: 8C4D4F6030039D190CCC69B869BDE071 | sha1: 6F03CCB54C50E693E2E800EA69F2ECE071B6A628 | sha256: D95262D4E947C16CCECA445F7FF1476B0699F333EA47B0531C9F4015516036E0 | sha512: D35217ADCAC9543569766E85E410313D9D9B500C7CD3E8E7FC8DE18462C5386D5C33BB6E14F49CE29E29AA40EB3922A15CE9BEBE1FC63506E09A38A7D3F42516
tools\OpenSans-CondensedLightItalic.ttf
md5: D9BF8F1A96316A059346742DFC75B80F | sha1: CFBE19990050A320982D58EDE772C453400A88EB | sha256: 22B3404C171D1A743F276144C7A294CBA142822801BEF987C7E9A3DD0D3083ED | sha512: C8D98D78B844C93CFA194CD199C0FBDA2C91F882F7A8A71C3F6B73ACDDB93CCB4144FFE670205522992CD46BDB29BE9F064D49C8C8C726A565ABA76100B381DE
tools\OpenSans-ExtraBold.ttf
md5: EEF6CBC01A49B1C77DDAD1D69965CD44 | sha1: 86E29AECA322A9B21C66DDF3774754B4EADEADC1 | sha256: 22C3E66C8A0AE60BF10EE636BB8A54D61FF77C956F5C4EBE3058B793E56EE727 | sha512: 6499F6CCAC77BFAF8E78232CB8DF5BBB18185A0D97EB5403F3B14BC589AE23F3097C336FDC16CE83A5E9A0E31AA7868B1B6C42E971E2669379502C131D8C64D5
tools\OpenSans-Italic.ttf
md5: A4E934498214D769C3C0DCE89F84EB7B | sha1: 72DC292901DD3AE922738E8A101FFF96E307D7B7 | sha256: 93BC1BB6ABF4E6B7C75D7131714061D5B57CC478ABCABE4CB3519BB38FB917AA | sha512: E6C1FB9D65B47FB1159CB452FEBFD7A5346F3EF8388724F83B71EA04D48BEDB8EBE1FAA4F1ABDA222FEAFEA53765067E2A3E4C7E1F42D81AFEE30979E01909D1
tools\OpenSans-Regular.ttf
md5: E34BFD074B4C3087D9551B6E57B3D6F0 | sha1: B8090CD8F8D98905B790847E7A84BDCEF3131E42 | sha256: C53ACEEA2DCF5B4098099C0C4D0A061D17E178A049317B42A422B1A9F7F8EB59 | sha512: 67479C813B5E9EB46D226D8A601B2B3ED949429B620589187E589DC8C33DBCCBA9145B6E1818E2477436C266521CDD0416742E6921EA0FB87D511E052C7213AC
tools\OpenSans-SemiBoldItalic.ttf
md5: 9DA4DE5C00F8B330708FCE4B731A103A | sha1: 672A36D4D7948B278B9BA476463BBF237DC1415B | sha256: C646A9AEFC0E964F66487260639E375685328A6280856FAEA3E012C43FE9C56D | sha512: EBD5CD1D6CE0AF67BA4FF719DB4B30F13284FB02B722FCE43BD5A82700348AE2E1D0EC8C1B33E8ED8621A6CA79087A73D54B6D06191ACAA295EAA6127C3EA59E
tools\OpenSans-Bold.ttf
md5: F8280774007975EF96851C441FF61658 | sha1: 0BFC168B3B98AE0ADA878FE537D6B3C6819F2801 | sha256: 27DA758F4DCAC9A65ABE914C13B463B42982B9909BC65713424099F4810BD1E6 | sha512: AD7585335DFC1544B512B23101520C8E5B7E599FF5B1F0F5A7B155F07C9A7E3D5B7D9694F122DE54DF7910EF05A4A03F55D2677BD9FC9D30811F0CAE2984E4FC
tools\OpenSans-CondensedBoldItalic.ttf
md5: 608D370EC87E0BA74C1D8EEDFFE9A6BA | sha1: B23F769B19DEA9B89CCB680633667519ADD0E2E4 | sha256: B86F361ECDF6A9E51AC63344931E5C5364D10AC356ED6A330FB51B5566F01B52 | sha512: C73C9A35372DE4F968E37FE1EA4487F5DDEC4CE950A086472B87F7519B143C24FF7747B391990687843D2B862586BD26197E4C6DA07921B1D8DDCB45032E8939
tools\OpenSans-CondensedItalic.ttf
md5: 6D46D72436F0FCF919E00A8231202FF0 | sha1: 421E7E90284A46D517CAD59EA3C54FE9ABAC5592 | sha256: 4190A116F06D6857571E9653DC46399D115E134DDD1177B24F951D43803D3CE8 | sha512: 1ED6CB2D3F0E63B2E9EE477BC666B7871A6F12901EDE6D87AC0DC5B34D6957E700C5E6D860B9CE6045B298B1089FCD95E3EA02EC794EF9B1DE45CD333FF2ACC6
tools\OpenSans-CondensedRegular.ttf
md5: 356663BD96246B9E2E150077963A3A02 | sha1: 6C0C63C0AB6E7BA86FEA1A1CF138620CD01B6938 | sha256: F12C80B5E565EA4EBB01AFDD6CB5ACF9697EBFC97CB9FB02AAB796D3E1D5E7F7 | sha512: D976F623984E6D046569A838B7FF774686A8EDEB6CD1B805531BFD1C0B0D7254A267A390A75252228DAE7B06EAD2BC3F06094E3AB3E0383AE52FB758A72F1F11
tools\OpenSans-Light.ttf
md5: 7E3E4DDD379E0CCB932F0EBBB7E6C8C7 | sha1: A21780979F00884F0E898B750A2A75709CBDE370 | sha256: 3472097EC4D9E57228CBFAD3C9911E53923664D3DF86568D0B05D674399E034E | sha512: 6BAE3F6751D1D5A872E381E55E7CD2358E7AE4B5FB1ACD9B62FFCF73CACE0C942C55707DF49A059D9B80BFB75BA0996AFC8706DD156327D6A27C85D1F06F3B67
legal\LICENSE.txt
From:  https://github.com/googlefonts/opensans/blob/main/OFL.txt
================================================================

Copyright 2020 The Open Sans Project Authors (https://github.com/googlefonts/opensans)

-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font
creation efforts of academic and linguistic communities, and to
provide a free and open framework in which fonts may be shared and
improved in partnership with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply to
any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software
components as distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to,
deleting, or substituting -- in part or in whole -- any of the
components of the Original Version, by changing formats or by porting
the Font Software to a new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed,
modify, redistribute, and sell modified and unmodified copies of the
Font Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components, in
Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the
corresponding Copyright Holder. This restriction only applies to the
primary font name as presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created using
the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
legal\VERIFICATION.md
# VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
## Download
The binary download of each of the font files can be obtained here:
   https://github.com/googlefonts/opensans/tree/main/fonts/ttf
   
Click the font file name and click the "download" button on the page that loads.

FileName                                SHA256 Checksum
OpenSans-Bold.ttf                       27da758f4dcac9a65abe914c13b463b42982b9909bc65713424099f4810bd1e6
OpenSans-BoldItalic.ttf                 d672a770037104b6af45e1336b3d3c1729c8aea940f81e010f5a8a7319c29a21
OpenSans-CondensedBold.ttf              a4b0906939e47017907cc7f7de0fae81707e1f127185b7d75ba967c09d7fe050
OpenSans-CondensedBoldItalic.ttf        b86f361ecdf6a9e51ac63344931e5c5364d10ac356ed6a330fb51b5566f01b52
OpenSans-CondensedExtraBold.ttf         063b0e1d1be7a394896be5c3be5183b7fb4dbb3f9ffb1cc16dd263acfeb790cf
OpenSans-CondensedExtraBoldItalic.ttf   d95262d4e947c16cceca445f7ff1476b0699f333ea47b0531c9f4015516036e0
OpenSans-CondensedItalic.ttf            4190a116f06d6857571e9653dc46399d115e134ddd1177b24f951d43803d3ce8
OpenSans-CondensedLight.ttf             bd09013ebb713ef8bdf17fd7bac92e51a6ff2f2e6844f561ae0cda2a457a9ed0
OpenSans-CondensedLightItalic.ttf       22b3404c171d1a743f276144c7a294cba142822801bef987c7e9a3dd0d3083ed
OpenSans-CondensedRegular.ttf           f12c80b5e565ea4ebb01afdd6cb5acf9697ebfc97cb9fb02aab796d3e1d5e7f7
OpenSans-CondensedSemiBold.ttf          8846112b6b3cdec87a15bfff47b55158278ec4d1576962a6e52ae10d0808cae6
OpenSans-CondensedSemiBoldItalic.ttf    d98ecd831a1fda795e6354ca5c72c5220efcc5db5e02ee243b3417dabadd1959
OpenSans-ExtraBold.ttf                  22c3e66c8a0ae60bf10ee636bb8a54d61ff77c956f5c4ebe3058b793e56ee727
OpenSans-ExtraBoldItalic.ttf            63f46cd436c572334203c297062acc012c117bf1413f0e40f6b5215637c05236
OpenSans-Italic.ttf                     93bc1bb6abf4e6b7c75d7131714061d5b57cc478abcabe4cb3519bb38fb917aa
OpenSans-Light.ttf                      3472097ec4d9e57228cbfad3c9911e53923664d3df86568d0b05d674399e034e
OpenSans-LightItalic.ttf                548dc557bcef26267d16f1afaf0770814a329c9f04a0168d396ca9d1ceafb16f
OpenSans-Regular.ttf                    c53aceea2dcf5b4098099c0c4d0a061d17e178a049317b42a422b1a9f7f8eb59
OpenSans-SemiBold.ttf                   4a413711684a9dd564ef0f1c10cb62b5d9f7eb6df2cff962f5341a6ecd5f64ae
OpenSans-SemiBoldItalic.ttf             c646a9aefc0e964f66487260639e375685328a6280856faea3e012c43fe9c56d

## Verify
You can use one of the following methods to obtain the checksum:
1. Use powershell function 'Get-Filehash'
2. Use chocolatey utility 'checksum.exe'

## License
File 'LICENSE.txt' comes from the repository:
* https://github.com/googlefonts/opensans/blob/main/OFL.txt

Log in or click on link to see number of positives.

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
Open Sans (font) 2.010 48458 Monday, October 14, 2019 Approved
Open Sans Font 1.0.0 2377 Wednesday, May 18, 2016 Approved
Discussion for the Open Sans (font) Package

Ground Rules:

  • This discussion is only about Open Sans (font) and the Open Sans (font) 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 Open Sans (font), 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.
comments powered by Disqus