8 lines
227 B
CSS
8 lines
227 B
CSS
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@900&display=swap");
|
|
|
|
.logotext {
|
|
color: gold;
|
|
text-shadow: 1px 1px 2px black;
|
|
font-family: "Cinzel Decorative", cursive;
|
|
font-weight: bold;
|
|
}
|