Overview
abcdefghijklm
0123456789
abcdefghijklm
0123456789
Language support
OpenType Alternative Stylistic sets
We use the Aeonik Stylistic Alternatives “Set 2: Alternate A (Straight Tail)” in all our communications.
To ensure this is consistent, please make sure the correct OpenType “Stylistic Alternative” is selected in all applications.
Soracom Design System uses the correct Stylistic Alternates by default. For non-SDS web applications, the following CSS will enable the correct OpenType Stylistic Alternatives font settings.
Install/Download
Downloads
Aeonik has been purchased for use by Soracom. To obtain a copy please contact duncan@soracom.io
Purchase additional licenses for Aeonik
Webfonts
If you are not importing the SDS NPM, CSS or SCSS files already, you can import the required fonts using the following css:
@import url("https://assets.soracom.io/fonts/aeonik/Aeonik.css");
@import url("https://assets.soracom.io/fonts/source-han-sans/SourceHanSansJP-VF.css");
h1, h2, h3, h4, h5, h6 {
font-feature-settings: "ss02", "ss08";
font-family: Aeonik, 'Source Han Sans JP', Arial, Helvetica, sans-serif;
}