Skip to content

Commit 25f15a5

Browse files
authored
Fix broken font CDN links
1 parent add671b commit 25f15a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moefront.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
2-
@import url("https://cdn.moefont.com/fonts/css?family=Poiret+One");
2+
@import url("https://fonts.googleapis.com/css?family=Poiret+One");
33

44
/* Reset */
55

0 commit comments

Comments
 (0)