mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix typo in font definition (#3304)
This commit is contained in:
parent
ae82eabaec
commit
c4b75b4534
@ -52,7 +52,7 @@ font-family: "Roboto";
|
|||||||
src:
|
src:
|
||||||
local("Roboto Italic"),
|
local("Roboto Italic"),
|
||||||
local("Roboto-Italic"),
|
local("Roboto-Italic"),
|
||||||
url(/static/fonts/roboto/Roboto-Italic.woff2) format("woff2");
|
url(/static/fonts/roboto/Roboto-RegularItalic.woff2) format("woff2");
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user