Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/svg/attribute/alphabetic/index.md
6573 views
---
title: alphabetic slug: Web/SVG/Attribute/alphabetic page-type: svg-attribute tags: - Deprecated - SVG - SVG Attribute browser-compat: svg.elements.font-face.alphabetic
---

{{SVGRef}}{{deprecated_header}}

The alphabetic attribute defines the lower baseline of a font. It has the same syntax and semantics as the {{cssxref("@font-face/baseline", "baseline")}} descriptor within an {{cssxref("@font-face")}}.

For horizontally oriented glyph layouts, it indicates the alignment coordinate for glyphs to achieve alphabetic baseline alignment. The value is an offset in the font coordinate system.

You can use this attribute with the following SVG elements:

  • {{SVGElement("font-face")}}

Usage notes

Value {{cssxref("number")}}
Default value 0
Animatable No

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{SVGAttr("v-alphabetic")}}