Changed the webclient font to be more versatile

This commit is contained in:
Howard Abrams 2025-08-16 00:14:51 -07:00
parent c2a286d6f7
commit 550f07be28
3 changed files with 11 additions and 13 deletions

View file

@ -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;
}

View file

@ -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"

View file

@ -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 <evening>darkening twilight</evening><morning>awakening dawn</morning><afternoon>lazy afternoon</afternoon><night>night sky</night>. As <morning>morning, you can hear the dawn chorus of birds</morning><afternoon>afternoon, you can hear the buzzing of insects around giant colorful |Yflowers|n</afternoon><evening>evening, you can't hear much as most of the forest creatures are settling down for the night</evening><night>night, you can hear crickets and an occassional owl</night>. 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 <evening>darkening twilight</evening><morning>awakening dawn</morning><afternoon>lazy afternoon</afternoon><night>night sky</night>. <morning>With the morning light, you can hear the dawn chorus of birds</morning><afternoon>The afternoon breeze carries the buzzing of insects around giant colorful |Yflowers|n</afternoon><evening>You can't hear much now as most of the forest creatures are settling down for the night</evening><night>In the darkness, you can hear crickets and an occassional owl</night>. 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",
# Lets 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