9 lines
260 B
CSS
9 lines
260 B
CSS
|
@font-face {
|
||
|
font-family: christmas wish calligraphy;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local('Christmas Wish Calligraphy'),
|
||
|
url(https://demo.bbnepal.com/assets_admin/fonts/ChristmasWishCalligraphyCalligraphy.woff)
|
||
|
format('woff');
|
||
|
}
|