diff --git a/.fontcustom-manifest.json b/.fontcustom-manifest.json index 4bbb269..3b486a9 100644 --- a/.fontcustom-manifest.json +++ b/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "a39cce0d59de20f2b890e6a479eff6f8cd168e265f9ef5c8163137cabb378f66", - "current": "a39cce0d59de20f2b890e6a479eff6f8cd168e265f9ef5c8163137cabb378f66" + "previous": "9d597305a22527b4f223208286d99fc4943b86a029b87641c3ce9036f45cffee", + "current": "9d597305a22527b4f223208286d99fc4943b86a029b87641c3ce9036f45cffee" }, "fonts": [ "assets/font-logos.ttf", @@ -11,6 +11,10 @@ "assets/font-logos.woff2" ], "glyphs": { + "almalinux": { + "codepoint": 61742, + "source": "vectors/almalinux.svg" + }, "alpine": { "codepoint": 61696, "source": "vectors/alpine.svg" diff --git a/README.md b/README.md index c12429d..ea038aa 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Available logos are: | Distribution | CSS class | Inclusion code | | ------------- | -------------------------- | --------------------------------------- | +| Alma Linux | `fl-almalinux` | `` | | Alpine | `fl-alpine` | `` | | AOSC OS | `fl-aosc` | `` | | Arch Linux | `fl-archlinux` | `` | diff --git a/assets/font-logos-preview.html b/assets/font-logos-preview.html index 58fa75c..6cf585e 100644 --- a/assets/font-logos-preview.html +++ b/assets/font-logos-preview.html @@ -161,7 +161,8 @@ [data-icon]:before { content: attr(data-icon); } [data-icon]:before, - .fl-alpine:before, + .fl-almalinux:before, +.fl-alpine:before, .fl-aosc:before, .fl-apple:before, .fl-archlabs:before, @@ -219,7 +220,8 @@ font-smoothing: antialiased; } - .fl-alpine:before { content: "\f100"; } + .fl-almalinux:before { content: "\f12e"; } +.fl-alpine:before { content: "\f100"; } .fl-aosc:before { content: "\f101"; } .fl-apple:before { content: "\f102"; } .fl-archlabs:before { content: "\f127"; } @@ -278,11 +280,24 @@