Skip to content

Commit

Permalink
remove remote fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jan 16, 2023
1 parent 8228d24 commit 1b686ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion built-in/public/bootstrap/css/bootstrap.yeti.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions content/themes/promenade/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<meta name="description" content="{{meta_description}}" />

{{! Styles }}
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="stylesheet" type="text/css" href="/assets/css/normalize.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

{{! Responsive Meta Tags }}
<meta name="HandheldFriendly" content="True" />
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/eyedeekay/checki2cp v0.0.21
github.com/eyedeekay/go-i2pbrowser v0.0.0-20230112202429-8be225b855d8
github.com/eyedeekay/i2pkeys v0.0.0-20220804220722-1048b5ce6ba7
github.com/eyedeekay/sam3 v0.33.4
github.com/eyedeekay/sam3 v0.33.5
github.com/eyedeekay/unembed v0.0.0-20220521030224-e33fac302930
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
Expand Down Expand Up @@ -38,8 +38,6 @@ replace github.com/txthinking/socks5 => github.com/eyedeekay/socks5 v0.0.0-20210

replace github.com/txthinking/x => github.com/eyedeekay/x v0.0.0-20210312211721-5efa05df800e

replace github.com/kabukky/journey => i2pgit.org/idk/railroad v0.0.0-20210521045638-9a9fc77a8b37

replace fyne.io/systray v1.9.0 => fyne.io/systray v1.9.1-0.20220508132247-214b548ccb52

replace github.com/artdarek/go-unzip v1.0.0 => github.com/eyedeekay/go-unzip v0.0.0-20220914222511-f2936bba53c2
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25Kn
github.com/eyedeekay/checki2cp v0.0.21 h1:DVer7H6RffCWS8Bo3+J6EyppUc1y8lvApKdQnAiVj5g=
github.com/eyedeekay/checki2cp v0.0.21/go.mod h1:75sGwBgnacHmxxx8RQ7BIeS0gu5Pw916gFb2c80OUTc=
github.com/eyedeekay/go-fpw v0.0.0-20200512022837-c8b4dcdc74d4/go.mod h1:RyCx7KuH+5ryvIpUF7SpxiChLtjeuPbVFCIzf8shIFc=
github.com/eyedeekay/go-fpw v0.0.0-20221020035017-28fb80249c64 h1:qEWwyrmY15uYX2a0o0vxspNKf2sho9eQkwatmWDIA/w=
github.com/eyedeekay/go-fpw v0.0.0-20221020035017-28fb80249c64/go.mod h1:OZD3uVWaZcd9uKc7JyZHXfFpEwkMg09EfcHmYjenVRw=
github.com/eyedeekay/go-fpw v0.0.5 h1:y0E1ETwWBVQodkdAiN21cGqtLs0FdYr4tHZahmgqoQY=
github.com/eyedeekay/go-fpw v0.0.5/go.mod h1:OZD3uVWaZcd9uKc7JyZHXfFpEwkMg09EfcHmYjenVRw=
github.com/eyedeekay/go-i2cp v0.0.0-20190716135428-6d41bed718b0/go.mod h1:+P0fIhkqIYjo7exMJRTlSteRMbRyHbiBiKw+YlPWk+c=
github.com/eyedeekay/go-i2pcontrol v0.0.0-20200110011336-510cca77e350/go.mod h1:bhIQsVpbNNXMtcoZ9UF4hLQleOjaCgKGXiRRhNc8TOA=
github.com/eyedeekay/go-unzip v0.0.0-20220914222511-f2936bba53c2 h1:2ugjFSEUAduRk1lp5dSw19771HTZL8e37QSXjiiC7P4=
Expand All @@ -37,8 +37,8 @@ github.com/eyedeekay/i2pkeys v0.0.0-20220804220722-1048b5ce6ba7/go.mod h1:W9KCm9
github.com/eyedeekay/ramp v0.0.0-20190429201811-305b382042ab/go.mod h1:h7mvUAMgZ/rtRDUOkvKTK+8LnDMeUhJSoa5EPdB51fc=
github.com/eyedeekay/sam3 v0.32.2/go.mod h1:Y3igFVzN4ybqkkpfUWULGhw7WRp8lieq0ORXbLBbcZM=
github.com/eyedeekay/sam3 v0.32.32/go.mod h1:qRA9KIIVxbrHlkj+ZB+OoxFGFgdKeGp1vSgPw26eOVU=
github.com/eyedeekay/sam3 v0.33.4 h1:kilESfHw6z53lkYDrXQmYGRgQa7chy5549vKleqZQnw=
github.com/eyedeekay/sam3 v0.33.4/go.mod h1:sPtlI4cRm7wD0UywOzLPvvdY1G++vBSK3n+jiIGqWlU=
github.com/eyedeekay/sam3 v0.33.5 h1:mY2MmEG4W35AOpG/G7DOdAhFZWRwFxlm+NmIoub1Xnw=
github.com/eyedeekay/sam3 v0.33.5/go.mod h1:sPtlI4cRm7wD0UywOzLPvvdY1G++vBSK3n+jiIGqWlU=
github.com/eyedeekay/socks5 v0.0.0-20210312233714-7d95dbdbcc0f h1:PO5KVy68Ql6RgIqhxP6tncg3hkhMO7Bk3Qj1oQPYpPQ=
github.com/eyedeekay/socks5 v0.0.0-20210312233714-7d95dbdbcc0f/go.mod h1:4z7p1AUoklFHhYx1kgZgaDz/tUNZ1GTwv69CbaJbys8=
github.com/eyedeekay/unembed v0.0.0-20220521030224-e33fac302930 h1:ysNMUwNIQJk8KBmum7XGxiWB2hfCN7zvrECYelqKGoE=
Expand Down

0 comments on commit 1b686ed

Please sign in to comment.