mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 14:36:59 +00:00
11 lines
265 B
CSS
11 lines
265 B
CSS
|
|
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
|
|
|
|
.newsSliderText {
|
|
font-family: 'Dancing Script', cursive;
|
|
}
|
|
|
|
.newsSliderHeading {
|
|
font-family: 'Dancing Script', cursive !important;
|
|
text-shadow: 2px 2px 4px black;
|
|
} |