diff --git a/web/static/webclient/css/custom.css b/web/static/webclient/css/custom.css index 4904646..6effe13 100644 --- a/web/static/webclient/css/custom.css +++ b/web/static/webclient/css/custom.css @@ -1,6 +1,4 @@ @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700'); -/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap'); */ -/* @import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap') #messagewindow { background-color: #E3ECDE; @@ -16,8 +14,8 @@ div.out { background-color: transparent; color: #26201a; - font-family: "Goudy Bookletter 1911", serif; - font-weight: 400; + font-family: "Cormorant Garamond", serif; + /* font-weight: 400; */ font-style: normal; font-size: 21px; line-height: 1.4em; @@ -29,7 +27,7 @@ input[type=textarea]:focus { .inputfield { font-family: "Cormorant Garamond", serif; - font-weight: 400; + /* font-weight: 400; */ font-style: normal; font-size: 24px; } diff --git a/world/test-run.exp b/world/test-run.exp index ef3390c..80ac22e 100755 --- a/world/test-run.exp +++ b/world/test-run.exp @@ -237,21 +237,21 @@ expectit "You notice a foot hold" send "look\n" expect -re "Exits:.*climb.*boulder" -dont_expect "You notice.*" "vines" +dont_expect "You notice.*" "vine" -send "look vines\n" +send "look vine\n" expectit "Strong vines twisted to look like rope" send "look\n" expect -re "You notice.*vines" -send "get vines\n" +send "get vine\n" expectit "The vines are too strong to break or cut." -send "pull vines\n" +send "pull vine\n" expectit "You pull the vines, but they don't let go." -send "push vines\n" +send "push vine\n" expectit "That doesn't seem to do much." send "climb boulder\n" diff --git a/world/version1.ev b/world/version1.ev index 3dfafde..7424301 100644 --- a/world/version1.ev +++ b/world/version1.ev @@ -41,7 +41,7 @@ pose looking awesome # [[file:../../../projects/mud.org::*The Forest][The Forest:2]] -@desc here = A giant, moss-covered |Yboulder|n stands among immense |Ytrees|n that etch the sky and slice the clouds in the darkening twilightawakening dawnlazy afternoonnight sky. As morning, you can hear the dawn chorus of birdsafternoon, you can hear the buzzing of insects around giant colorful |Yflowers|nevening, you can't hear much as most of the forest creatures are settling down for the nightnight, you can hear crickets and an occassional owl. A footpath winds around the giant, moss-covered tree roots to the East and West. To the south, a dock juts into a lavender sea. +@desc here = A giant, moss-covered |Yboulder|n stands among immense |Ytrees|n that etch the sky and slice the clouds in the darkening twilightawakening dawnlazy afternoonnight sky. With the morning light, you can hear the dawn chorus of birdsThe afternoon breeze carries the buzzing of insects around giant colorful |Yflowers|nYou can't hear much now as most of the forest creatures are settling down for the nightIn the darkness, you can hear crickets and an occassional owl. A footpath winds around the giant, moss-covered tree roots to the East and West. To the south, a dock juts into a lavender sea. # The Forest:2 ends here @@ -59,7 +59,7 @@ pose looking awesome # Describe the trees: # [[file:../../../projects/mud.org::*The Forest][The Forest:5]] -@detail tree;trees = You feel dwarfed by colossal trees whose moss-covered roots are difficult to peer over. An occassional breeze often smells of flowers and other times earthy. While the leafy canopy hides the sky, you certainly can |wfeel|n the weather. +@detail tree;trees = You feel dwarfed by colossal trees whose moss-covered roots are difficult to peer over. An occassional breeze often smells of flowers and at other times earthy. While the leafy canopy hides the sky, you certainly can |wfeel|n the weather. # The Forest:5 ends here @@ -236,7 +236,7 @@ py timed_script = evennia.create_script(key="Create Sticks", # Let’s make a nice spot to sit down on: # [[file:../../../projects/mud.org::*Lower Vines][Lower Vines:1]] -@create/drop dangling vines;vines;vine +@create/drop dangling vine;vines;vine # Lower Vines:1 ends here