|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
|
|
|
|
|
|
|
|
@font-face{
|
|
|
|
@font-face{
|
|
|
|
font-family:"Pitchoun";
|
|
|
|
font-family:"Pitchoun";
|
|
|
|
src: url("font/pitchoun.ttf") format("truetype"),
|
|
|
|
src: url("font/pitchoun.ttf") format("truetype"),
|
|
|
|
url("http://hershey-noailles.luuse.io/output/pitchoun-dashed-regular/Hershey-Noailles-pitchoun-dashed-regular.ttf")format("truetype");
|
|
|
|
url("http://hershey-noailles.luuse.io/output/pitchoun-dashed-regular/Hershey-Noailles-pitchoun-dashed-regular.ttf")format("truetype");
|
|
|
@ -12,12 +12,19 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@font-face{
|
|
|
|
|
|
|
|
font-family:"Hershey";
|
|
|
|
|
|
|
|
src: url("font/Hershey-Noailles-timesb-handles-bold.ttf") format("truetype"),
|
|
|
|
|
|
|
|
url("http://hershey-noailles.luuse.io/output/timesb-handles-bold/Hershey-Noailles-timesb-handles-bold.ttf") format("truetype");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#demo {
|
|
|
|
#demo {
|
|
|
|
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 70px;
|
|
|
|
font-size: 70px;
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
font-family:"Pitchoun";
|
|
|
|
font-family:"Hershey";
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|