Skip to content
Snippets Groups Projects
Commit 3e193cbe authored by Léa Raya DÉCORNOD's avatar Léa Raya DÉCORNOD Committed by Léa Рая DÉCORNOD
Browse files

better css selector for svg text[font-family=…] { … }

parent 3fc23020
Branches
No related merge requests found
......@@ -284,10 +284,11 @@ div.reveal h4 {
}
svg text[font-family="Times"],
svg text[font-family="Times,serif"] {
svg text[font-family^="Times,"] {
font-family: "Brill";
}
svg text[font-family="Courier"] {
svg text[font-family="Courier"],
svg text[font-family^="Courier,"] {
font-family: "Inconsolata";
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment