Skip to content

Commit

Permalink
Changed font paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs committed Oct 25, 2023
1 parent 9c35a39 commit 7dd13bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/_static/css/theme_zeiss.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
/* Use font "ZEISS Frutiger Next W1G" */
@font-face {
font-family: "Frutiger Next";
src: url("https://zeissiqs.github.io/_static/fonts/ZEISS-Frutiger-Next-W02-Regular.woff2") format("woff2"),
url("https://zeissiqs.github.io/_static//fonts/ZEISS-Frutiger-Next-W02-Regular-Italic.woff2") format("woff2"),
url("https://zeissiqs.github.io/_static//fonts/ZEISS-Frutiger-Next-W02-Medium.woff2") format("woff2"),
url("https://zeissiqs.github.io/_static/fonts/ZEISS-Frutiger-Next-W02-Bold.woff2") format("woff2");
src: url("_static/fonts/ZEISS-Frutiger-Next-W02-Regular.woff2") format("woff2"),
url("_static/fonts/ZEISS-Frutiger-Next-W02-Regular-Italic.woff2") format("woff2"),
url("_static/fonts/ZEISS-Frutiger-Next-W02-Medium.woff2") format("woff2"),
url("_static/fonts/ZEISS-Frutiger-Next-W02-Bold.woff2") format("woff2");
}

:root {
Expand Down

0 comments on commit 7dd13bd

Please sign in to comment.