[Home](./index.md) > [@jsamr/counter-style](./counter-style.md) > [CounterStyleStatic](./counter-style.counterstylestatic.md) > [fixed](./counter-style.counterstylestatic.fixed.md) ## CounterStyleStatic.fixed property Create a fixed system renderer. See [CSS Counter Styles Level 3, Exhaustible Symbols: the fixed system](https://www.w3.org/TR/css-counter-styles-3/#fixed-system). Signature: ```typescript fixed: (...symbols: string[]) => CounterStyleRenderer; ```