IBM Plex Serif
Last updated
Was this helpful?
At the top of your primary CSS file, insert:
@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/ibm-plex-serif.min.css");At the bottom of your <head> tag, insert:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/ibm-plex-serif.min.css"> This tag needs to be inserted in all HTML documents in which you'd like to use the font.
To use this font in your CSS:
font-family: 'IBM Plex Serif', sans-serif;This font supports the following weights and styles:
Thin (100)
Thin Italic (100)
Extra Light (200)
Extra Light Italic (200)
Light (300)
Light Italic (300)
Normal (400)
Normal Italic (400)
Medium (500)
Medium Italic (500)
Semibold (600)
Semibold Italic (600)
Bold (700)
Bold Italic (700)
Last updated
Was this helpful?
Was this helpful?