mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
10 lines
231 B
CSS
10 lines
231 B
CSS
|
|
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
|
|
|
|
.aboutSliderText {
|
|
font-family: 'Dancing Script', cursive;
|
|
}
|
|
|
|
.aboutSliderHeading {
|
|
font-family: 'Dancing Script', cursive !important;
|
|
} |