-
Hi,
I am trying to setup typography for my gatsbyjs project with the following code:
```
import Typography from 'typography'
const typography = new Typography({
headerFontFamily: ['…
-
It would be great to have a `fields.color` field that shows the native color picker of the browser and returns a hex value.
-
When you change some body text to black. The typography tab informs you that the body text has been changed from what it was. If you want you can overwrite the style with these new changes, or you can…
-
```
What steps will reproduce the problem?
1. Using SfntTool to subset font bl-norm.ttf
2. Get exception
Hi,
I was testing out using the sfnttool to subset a font, and I came across this
error:
Ex…
-
```
What steps will reproduce the problem?
1. Using SfntTool to subset font bl-norm.ttf
2. Get exception
Hi,
I was testing out using the sfnttool to subset a font, and I came across this
error:
Ex…
-
```
What steps will reproduce the problem?
1. Using SfntTool to subset font bl-norm.ttf
2. Get exception
Hi,
I was testing out using the sfnttool to subset a font, and I came across this
error:
Ex…
-
Hi,
It would be nice to add a simple `composer.json` file to this repo, to make installation with Composer quite easier.
It could look like:
``` json
{
"name": "fabianmichael/kirby-typography",
…
fvsch updated
7 years ago
-
### Astro Info
```block
5.0.0 beta.10 and 5.0.0 beta.12
```
### If this issue only occurs in one browser, which browser is a problem?
_No response_
### Describe the Bug
![image](https://github.c…
-
We have used bullets and vertical lines in the middle of text to differentiate between items, for example:
These are read out to by a screen reader as "vertical line" or "bullet" respectively…
-
Usage
```
```
Modify the following:
```
import { Stack, Typography, Box } from "@mui/material";
export default function OfficeInformation() {
return (
…