Apihom
github version

apihom-style

Shared design tokens, fonts, logos and pictograms for Apihom web apps. Browse what's available below, copy URLs for static use, or install the repo as a git dependency for build-time use. Documentation in the README.

Colors

--color-primary
#003349
--color-secondary
#71C5E8
--color-teal-light
#9ADBE8
--color-dark
#464343
--color-success
#E0E722
--color-warning
#F2CE4A
--color-error
#F92424
--color-error-light
#F27878
--color-info
#1EB5F6
--color-border
#E2E2E4
--color-gray-100
#F4F4F5
--color-gray-400
#A1A1AA

Typography

Display / UI — --font-app
Oduda
300 — Light
400 — Regular
600 — SemiBold
700 — Bold
Body — --font-body
Manrope
300 — Light
400 — Regular
600 — SemiBold
700 — Bold

Spacing & Radius

2xs · 2px
xs · 4px
xs-4 · 6px
sm · 8px
md · 12px
base · 16px
base-6 · 20px
lg · 24px
lg-3 · 32px
lg-4 · 40px
xl · 48px
sm · 4
md · 8
lg · 12

Logos

Each logo ships as PNG and JPG. Source .ai / .eps / .pdf are kept in _sources/ on the main branch.

Logotype

Apihom logotype white
Apihom logotype light blue on dark
Apihom logotype dark blue
Apihom logotype black

Logo with baseline

Apihom baseline white
Apihom baseline light blue on dark
Apihom baseline dark blue
Apihom baseline black

Round mark

Apihom round logo

Loading symbol

Five animation stages. Sized variants (48–512) are available under /images/loading/sized/ for PWA icons.

Etape 1 Etape 2 Etape 3 Etape 4 Etape 5
Apihom loading animation

Pictograms

Fond bleu

Adresse
adresse
Chauffage
chauffage
Composition
composition
Consommation
consommation
Performance
performance
Surface
surface

Fond transparent

Adresse
adresse
Chauffage
chauffage
Composition
composition
Consommation
consommation
Performance
performance
Surface
surface

Pattern

How to use

1. Static URL (zero install)

<link rel="stylesheet" href="https://style.apihom.com/css/theme.css">
<link rel="stylesheet" href="https://style.apihom.com/fonts/Oduda/font.css">
<img src="https://style.apihom.com/images/logos/baseline/bleu-clair-fonce.png">

2. npm git dependency

"apihom-style": "git+https://github.com/apihom/style-and-assets.git"
@import "tailwindcss";
@import "apihom-style/css/theme.css";