SkillAgentSearch skills...

OpenSans

A podspec encapsulating OpenSans font for iOS

Install / Use

/learn @CocoaPods-Fonts/OpenSans
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

OpenSans

Build Status

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.

Usage

#import <OpenSans/UIFont+OpenSans.h>

@implementation OpenSansViewController

- (void)viewDidLoad {
    [super viewDidLoad];

    self.openSansLabel.font = [UIFont openSansFontOfSize:18.0f];
    self.openSansItalicLabel.font = [UIFont openSansItalicFontOfSize:18.0f];
    self.openSansLightLabel.font = [UIFont openSansLightFontOfSize:18.0f];
    self.openSansLightItalicLabel.font = [UIFont openSansLightItalicFontOfSize:18.0f];
    self.openSansBoldLabel.font = [UIFont openSansBoldFontOfSize:18.0f];
    self.openSansBoldItalicLabel.font = [UIFont openSansBoldItalicFontOfSize:18.0f];
    self.openSansSemiBoldLabel.font = [UIFont openSansSemiBoldFontOfSize:18.0f];
    self.openSansSemiBoldItalicLabel.font = [UIFont openSansSemiBoldItalicFontOfSize:18.0f];
    self.openSansExtraBoldLabel.font = [UIFont openSansExtraBoldFontOfSize:18.0f];
    self.openSansExtraBoldItalicLabel.font = [UIFont openSansExtraBoldItalicFontOfSize:18.0f];
}

@end

Installation

This is a CocoaPod and you can install it with the following:

pod 'OpenSans'

License

Steve Matteson owns the copyright to the OpenSans font and it is licensed under Apache License, Version 2.0.

View on GitHub
GitHub Stars76
CategoryProduct
Updated8d ago
Forks16

Languages

Objective-C

Security Score

95/100

Audited on Mar 30, 2026

No findings