|
|
@ -5,6 +5,11 @@
|
|
|
|
font-family: 'Happy Times';
|
|
|
|
font-family: 'Happy Times';
|
|
|
|
src: url('../../fonts/happy-times-NG_regular_master.otf');
|
|
|
|
src: url('../../fonts/happy-times-NG_regular_master.otf');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
|
|
|
font-family: 'SemiLightDots';
|
|
|
|
|
|
|
|
src: url('../../fonts/AC1-SemiLightDots.otf');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
* {
|
|
|
|
border: 0px black solid;
|
|
|
|
border: 0px black solid;
|
|
|
|
background-color: white;
|
|
|
|
background-color: white;
|
|
|
@ -47,7 +52,7 @@ a {
|
|
|
|
|
|
|
|
|
|
|
|
.title_story {
|
|
|
|
.title_story {
|
|
|
|
font-size: 80px;
|
|
|
|
font-size: 80px;
|
|
|
|
font-family: 'Work Sans', sans-serif;
|
|
|
|
font-family: 'SemiLightDots', sans-serif;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-top: 20px;
|
|
|
|
color: #FA00FF;
|
|
|
|
color: #FA00FF;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|