# font-synthesis

https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis

## none
```css
.selector {
  composes: none from 'hydrogencss/font-synthesis.css'
}
```

or:
```css
.selector {
  composes: none from 'hydrogencss/font-synthesis/none.css'
}
```

