| | <meta charset="utf-8" /> |
| | <link rel="stylesheet" href="holiday.min.css" type="text/css" /> |
| | -<style type="text/css"> |
| | +<style> |
| | @font-face { |
| | font-family: 'GFSDidot-Regular'; |
| | font-style: normal; |
| | font-weight: normal; |
| | - font-display: swap; |
| | |
| | src: url('fonts/GFSDidot-Regular.eot'); |
| | src: |
| | - url("fonts/GFSDidot-Regular.otf") format("opentype"); |
| | - url('fonts/GFSDidot-Regular.eot?#iefix') format('embedded-opentype'), |
| | - url('fonts/GFSDidot-Regular.woff2') format('woff2'), |
| | - url('fonts/GFSDidot-Regular.woff') format('woff'), |
| | - url('fonts/GFSDidot-Regular.ttf') format('truetype'), |
| | - url('fonts/GFSDidot-Regular.svg#GFSDidot-Regular') format('svg'); |
| | + url("fonts/GFSDidot-Regular.otf") format("opentype"), |
| | + url("fonts/GFSDidot-Regular.eot?#iefix") format('embedded-opentype'), |
| | + url("fonts/GFSDidot-Regular.woff2") format('woff2'), |
| | + url("fonts/GFSDidot-Regular.woff") format('woff'), |
| | + url("fonts/GFSDidot-Regular.ttf") format('truetype'), |
| | + url("fonts/GFSDidot-Regular.svg#GFSDidot-Regular") format('svg'); |
| | } |
| | |