mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Pull in fonts from a CDN (#16498)
## Summary Closes https://github.com/astral-sh/ruff/issues/16486. ## Test Plan 
This commit is contained in:
parent
37fbe58b13
commit
c9ab925275
13 changed files with 8 additions and 8 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -71,8 +71,8 @@ html,
|
|||
|
||||
@font-face {
|
||||
font-family: "Alliance Text";
|
||||
src: url("../fonts/Alliance-TextRegular.woff2") format("woff2"),
|
||||
url("../fonts/Alliance-TextRegular.woff") format("woff");
|
||||
src: url("https://static.astral.sh/fonts/Alliance-TextRegular.woff2") format("woff2"),
|
||||
url("https://static.astral.sh/fonts/Alliance-TextRegular.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
|
@ -80,8 +80,8 @@ html,
|
|||
|
||||
@font-face {
|
||||
font-family: "Alliance Text";
|
||||
src: url("../fonts/Alliance-TextMedium.woff2") format("woff2"),
|
||||
url("../fonts/Alliance-TextMedium.woff") format("woff");
|
||||
src: url("https://static.astral.sh/fonts/Alliance-TextMedium.woff2") format("woff2"),
|
||||
url("https://static.astral.sh/fonts/Alliance-TextMedium.woff") format("woff");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
|
@ -89,8 +89,8 @@ html,
|
|||
|
||||
@font-face {
|
||||
font-family: "Alliance Platt";
|
||||
src: url("../fonts/Alliance-PlattMedium.woff2") format("woff2"),
|
||||
url("../fonts/Alliance-PlattMedium.woff") format("woff");
|
||||
src: url("https://static.astral.sh/fonts/Alliance-PlattMedium.woff2") format("woff2"),
|
||||
url("https://static.astral.sh/fonts/Alliance-PlattMedium.woff") format("woff");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
|
@ -98,8 +98,8 @@ html,
|
|||
|
||||
@font-face {
|
||||
font-family: "Alliance Platt";
|
||||
src: url("../fonts/Alliance-PlattRegular.woff2") format("woff2"),
|
||||
url("../fonts/Alliance-PlattRegular.woff") format("woff");
|
||||
src: url("https://static.astral.sh/fonts/Alliance-PlattRegular.woff2") format("woff2"),
|
||||
url("https://static.astral.sh/fonts/Alliance-PlattRegular.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue