Skip to content

Commit b5a9f68

Browse files
Reducing dependence on GitHub further
1 parent ad75db7 commit b5a9f68

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

production/css/defs/fonts.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,110 +2,110 @@
22
font-family: Gellix;
33
font-weight: 100;
44
font-style: normal;
5-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/Gellix-Thin.woff2")
5+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/Gellix-Thin.woff2")
66
format("woff2");
77
}
88

99
@font-face {
1010
font-family: Gellix;
1111
font-weight: 300;
1212
font-style: normal;
13-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/Gellix-Light.woff2")
13+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/Gellix-Light.woff2")
1414
format("woff2");
1515
}
1616

1717
@font-face {
1818
font-family: Gellix;
1919
font-weight: 400;
2020
font-style: normal;
21-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/Gellix-Regular.woff2")
21+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/Gellix-Regular.woff2")
2222
format("woff2");
2323
}
2424

2525
@font-face {
2626
font-family: Gellix;
2727
font-weight: 500;
2828
font-style: normal;
29-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/Gellix-Medium.woff2")
29+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/Gellix-Medium.woff2")
3030
format("woff2");
3131
}
3232

3333
@font-face {
3434
font-family: Gellix;
3535
font-weight: 600;
3636
font-style: normal;
37-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/Gellix-SemiBold.woff2")
37+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/Gellix-SemiBold.woff2")
3838
format("woff2");
3939
}
4040

4141
@font-face {
4242
font-family: Gellix;
4343
font-weight: 700;
4444
font-style: normal;
45-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/Gellix-Bold.woff2")
45+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/Gellix-Bold.woff2")
4646
format("woff2");
4747
}
4848

4949
@font-face {
5050
font-family: Gellix;
5151
font-weight: 800;
5252
font-style: normal;
53-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/Gellix-ExtraBold.woff2")
53+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/Gellix-ExtraBold.woff2")
5454
format("woff2");
5555
}
5656

5757
@font-face {
5858
font-family: Gellix;
5959
font-weight: 900;
6060
font-style: normal;
61-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/Gellix-Black.woff2")
61+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/Gellix-Black.woff2")
6262
format("woff2");
6363
}
6464

6565
@font-face {
6666
font-family: Roobert;
6767
font-weight: 300;
6868
font-style: normal;
69-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/RoobertSemiMono-Light.woff2")
69+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/RoobertSemiMono-Light.woff2")
7070
format("woff2");
7171
}
7272

7373
@font-face {
7474
font-family: Roobert;
7575
font-weight: 400;
7676
font-style: normal;
77-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/RoobertSemiMono-Regular.woff2")
77+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/RoobertSemiMono-Regular.woff2")
7878
format("woff2");
7979
}
8080

8181
@font-face {
8282
font-family: Roobert;
8383
font-weight: 500;
8484
font-style: normal;
85-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/RoobertSemiMono-Medium.woff2")
85+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/RoobertSemiMono-Medium.woff2")
8686
format("woff2");
8787
}
8888

8989
@font-face {
9090
font-family: Roobert;
9191
font-weight: 600;
9292
font-style: normal;
93-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/RoobertSemiMono-SemiBold.woff2")
93+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/RoobertSemiMono-SemiBold.woff2")
9494
format("woff2");
9595
}
9696

9797
@font-face {
9898
font-family: Roobert;
9999
font-weight: 700;
100100
font-style: normal;
101-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/RoobertSemiMono-Bold.woff2")
101+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/RoobertSemiMono-Bold.woff2")
102102
format("woff2");
103103
}
104104

105105
@font-face {
106106
font-family: Roobert;
107107
font-weight: 800;
108108
font-style: normal;
109-
src: url("https://chainguard-dev.github.io/courses-theme/fonts/RoobertSemiMono-Heavy.woff2")
109+
src: url("http://storage.googleapis.com/chainguard-courses-theme/fonts/RoobertSemiMono-Heavy.woff2")
110110
format("woff2");
111111
}

0 commit comments

Comments
 (0)