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:

807

Downloads of v 2013.09.20:

807

Last Update:

20 Nov 2018

Package Maintainer(s):

Software Author(s):

  • Łukasz Dziedzic

Tags:

ldziedzic chrome chromeos croscore carlito font ttf binaries

Croscore Extra Fonts - Carlito (Install)

  • 1
  • 2
  • 3

2013.09.20 | Updated: 20 Nov 2018

Downloads:

807

Downloads of v 2013.09.20:

807

Maintainer(s):

Software Author(s):

  • Łukasz Dziedzic

Croscore Extra Fonts - Carlito (Install) 2013.09.20

  • 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 Croscore Extra Fonts - Carlito (Install), run the following command from the command line or from PowerShell:

>

To upgrade Croscore Extra Fonts - Carlito (Install), run the following command from the command line or from PowerShell:

>

To uninstall Croscore Extra Fonts - Carlito (Install), 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 crosextrafonts-carlito-font -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 crosextrafonts-carlito-font -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 crosextrafonts-carlito-font
  win_chocolatey:
    name: crosextrafonts-carlito-font
    version: '2013.09.20'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'crosextrafonts-carlito-font' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2013.09.20'
end

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


cChocoPackageInstaller crosextrafonts-carlito-font
{
    Name     = "crosextrafonts-carlito-font"
    Version  = "2013.09.20"
    Source   = "INTERNAL REPO URL"
}

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


package { 'crosextrafonts-carlito-font':
  ensure   => '2013.09.20',
  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 gep13 on 20 Nov 2018.

Description

Screenshot example of Carlito versus Calabri

The Chrome OS core fonts, also known as the Croscore fonts, are a collection of three TrueType font families: Arimo (sans-serif), Tinos (serif) and Cousine (monospace). These fonts are metrically compatible with Monotype Corporation’s Arial, Times New Roman, and Courier New, the most commonly used fonts on Microsoft Windows operating system, for which they are intended as open-source substitutes.

Google licenses these fonts from Ascender Corporation under the Apache License 2.0.

In 2013, Google released an additional Crosextra (Chrome OS Extra) package, featuring Carlito (which matches Microsoft's Calibri) and Caladea (matching Cambria). These two fonts are respectively metric-adjusted versions of Lato and Cambo, both available on Google Fonts.

PACKAGE NOTES


Click here to Patreon-ize the package maintainer.



tools\.SkipAutoUninstaller
 
tools\Carlito-Bold.ttf
md5: 8BBB6C83C86C1C22CC84E42C8442698C | sha1: 30A54846EECEA6004353805F37E595EAADDE40FD | sha256: 0F62AB34AD5D079A0A28FAC01BCF7C7A724A4DB4D6CB99CAB9CABFF382FBB80F | sha512: 9DB47B7A1DBC94C09DD3355FF9693F041EB0A98CC6D22DB61B61AF6F867E75F4DD7B6D95F7A459438EEB1D861D35E21B2A32776629872050C5AACCA3873D0592
tools\Carlito-BoldItalic.ttf
md5: DE11D97B80CE38C7B46BB95AA2B3F8C0 | sha1: 5202F0A91FD8AB50A46FCFB015CC20D982075E4F | sha256: 380764B6898D7B73CEAE6384B2958B196D2A0428962EF3ADF138D27947228666 | sha512: AABE67FE374BE208FDA25294E017A96D4943D367041E7E20F7CF65157D629E825DA5F001D58653D546F5F78E35E51BE9E1D0FCB781FFD7FDBAB25269506F002D
tools\Carlito-Italic.ttf
md5: 68E2684A9CB526C21606E03931FF745C | sha1: E7C932D8431ED15765AB6C7EE78CCD7DB16C0FC9 | sha256: 718A0663864D37A4868220A19B9668A5FE10A46197F6DF367B4C2C30C04C026C | sha512: F1ED1C8A62410027DD2EECAEEEB857C7B95C39B0890EEF5B525E5E2AC0054CB9B0A838940B7EA02F91223FA7ABB7D903ED0BAC5C5F221CF726A2BA182F5F4233
tools\Carlito-Regular.ttf
md5: 73242C09F5AAB43DEFC5EA285EB42235 | sha1: E4D65DC1935CFAF2AE3DC902CC5C1A1E02B9EB55 | sha256: B4FF23BA370CC95A3C349336B73F9C28514A1371210F89832EFC85C4B1EA7131 | sha512: EA901B8878F0C7E83F19F29AADE04A5767DB9B15ED399CF6F7ADB48BE9CDEEBAFD029B68CFFAC2101A3259FCF3E6D50D27A0EE5303D3FAF3B6A748ECE9D82A8C
tools\ChocolateyInstall.ps1
$packageName = 'crosextrafonts-carlito-font'
$toolsDir    = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-ChocolateyFont "Carlito-Bold.ttf"
Install-ChocolateyFont "Carlito-BoldItalic.ttf"
Install-ChocolateyFont "Carlito-Italic.ttf"
Install-ChocolateyFont "Carlito-Regular.ttf"
Remove-Item "$toolsDir\*.ttf" | Out-Null
tools\ChocolateyUninstall.ps1
$packageName = 'crosextrafonts-carlito-font'

Uninstall-ChocolateyFont "Carlito-Bold.ttf"
Uninstall-ChocolateyFont "Carlito-BoldItalic.ttf"
Uninstall-ChocolateyFont "Carlito-Italic.ttf"
Uninstall-ChocolateyFont "Carlito-Regular.ttf"
tools\LICENSE
 
tools\VERIFICATION.txt
==================== Croscore Extra Font Carlito ====================

bcurran3 downloaded, unzipped, and packaged the Croscore Extra Font Carlito from: https://gsdview.appspot.com/chromeos-localmirror/distfiles/crosextrafonts-carlito-20130920.tar.gz
It has a SHA256 of 4BD12B6CBC321C1CF16DA76E2C585C925CE956A08067AE6F6C64EFF6CCFDAF5A

==================== Croscore Extra Font Carlito ====================

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
Discussion for the Croscore Extra Fonts - Carlito (Install) Package

Ground Rules:

  • This discussion is only about Croscore Extra Fonts - Carlito (Install) and the Croscore Extra Fonts - Carlito (Install) 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 Croscore Extra Fonts - Carlito (Install), 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