Manually installing the files for web development can be done by downloading the latest web zip from our releases page.
Developers using the CSS files should keep the directory structure as is, so the font files will be found. If you’re importing the SCSS files, you can set the path of the font files by declaring $font-prefix: 'font-path-prefix' inside the @use. For example:
@use'@ibm/plex-sans-arabic/scss' as PlexSansArabic with (
$font-prefix: 'font-path'
);
@include PlexSansArabic.all();
Font weights
We provide two ways of importing weights into your project. Using PlexSansArabic.all() will import all available weights and PlexSansArabic.default() will import only light, regular and semibold weight. You can also disable unwanted weights inside the @use. For example:
To build binary font files from .vfb sources you need FontLab Studio 5. A Python script called IBM Plex export FDK files.py is necessary to export the proper files from FontLab. To run this script you’ll need the RoboFab library. Also, you’ll need to have the Adobe Font Development Kit for OpenType (AFDKO) installed.
Building one font
From FontLab, run IBM Plex export FDK files.py and choose a directory with IBM Plex .vfb source files. The script will create a new directory called fdk in which subdirectories are created for every font. The script will export files necessary for AFDKO in those subdirectories.
Subsequently, OpenType Fonts (OTFs) or TrueType Fonts (TTFs) can be generated from the command line using makeotf, which is part of the AFDKO toolset. Information and usage instructions can be found by executing makeotf -h.
IBM Telemetry
This package uses IBM Telemetry to collect de-identified and anonymized metrics data. By installing
this package as a dependency you are agreeing to telemetry collection. To opt out, see
Opting out of IBM Telemetry data collection.
For more information on the data being collected, please see the
IBM Telemetry documentation.
FAQs
The package of IBM’s typeface, IBM Plex Sans Arabic
The npm package @ibm/plex-sans-arabic receives a total of 60,027 weekly downloads. As such, @ibm/plex-sans-arabic popularity was classified as popular.
We found that @ibm/plex-sans-arabic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.It has 25 open source maintainers collaborating on the project.
Package last updated on 11 Nov 2024
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.