- From: Kaelig Deloumeau-Prigent via GitHub <sysbot+gh@w3.org>
- Date: Tue, 07 Sep 2021 19:54:23 +0000
- To: public-design-tokens-log@w3.org
kaelig has just created a new issue for https://github.com/design-tokens/community-group:
== [Format] Type: font name ==
A naive approach like the one below may be appropriate for the first stage of the specification, but this may be more complicated than it seems due to platform/OS/browser restrictions.
Please share feedback, ideas and concerns in the issue below so we can assess the best course of action.
---
### Font name
Represents a font name or an array of font names (ordered from most to least preferred). The type property must be set to the string “font”. The value must either be a string value containing a single font name or an array of strings, each being a single font name. For example:
```json
{
"Primary font": {
"value": "Comic Sans MS",
"type": "font"
},
"Body font": {
"value": ["Helvetica", "Arial"],
"type": "font"
}
}
```
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/53 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 7 September 2021 19:54:25 UTC