1
2<!DOCTYPE html>
3<html lang="en">
4 <head>
5 <meta charset="utf-8">
6 <meta content="width=300, initial-scale=1" name="viewport">
7 <meta name="description" content="Free weblog publishing tool from Google, for sharing text, photos and video.">
8 <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
9 <title>Blogger</title>
10 <style>
11 @font-face {
12 font-family: 'Open Sans';
13 font-style: normal;
14 font-weight: 300;
15 src: local('Open Sans Light'), local('OpenSans-Light'), url(//fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
16}
17@font-face {
18 font-family: 'Open Sans';
19 font-style: normal;
20 font-weight: 400;
21 src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
22}
23 </style>
24 <style>
25 h1, h2 {
26 -webkit-animation-duration: 0.1s;
27 -webkit-animation-name: fontfix;
28 -webkit-animation-iteration-count: 1;
29 -webkit-animation-timing-function: linear;
30 -webkit-animation-delay: 0;
31 }
32 @-webkit-keyframes fontfix {
33 from {
34 opacity: 1;
35 }
36 to {
37 opacity: 1;
38 }
39 }
40 </style>
...
</html>