Line 141: | Line 141: | ||
font-weight: 400; | font-weight: 400; | ||
src: local('Dancing Script Regular'), local('DancingScript-Regular'), url(https://fonts.gstatic.com/s/dancingscript/v8/DK0eTGXiZjN6yA8zAEyM2Ud0sm1ffa_JvZxsF_BEwQk.woff2) format('woff2'); | src: local('Dancing Script Regular'), local('DancingScript-Regular'), url(https://fonts.gstatic.com/s/dancingscript/v8/DK0eTGXiZjN6yA8zAEyM2Ud0sm1ffa_JvZxsF_BEwQk.woff2) format('woff2'); | ||
+ | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; | ||
+ | } | ||
+ | |||
+ | /* ********************Open Sans**************************** */ | ||
+ | |||
+ | /* cyrillic-ext */ | ||
+ | @font-face { | ||
+ | font-family: 'Open Sans'; | ||
+ | font-style: normal; | ||
+ | font-weight: 400; | ||
+ | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); | ||
+ | unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; | ||
+ | } | ||
+ | /* cyrillic */ | ||
+ | @font-face { | ||
+ | font-family: 'Open Sans'; | ||
+ | font-style: normal; | ||
+ | font-weight: 400; | ||
+ | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); | ||
+ | unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; | ||
+ | } | ||
+ | /* greek-ext */ | ||
+ | @font-face { | ||
+ | font-family: 'Open Sans'; | ||
+ | font-style: normal; | ||
+ | font-weight: 400; | ||
+ | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); | ||
+ | unicode-range: U+1F00-1FFF; | ||
+ | } | ||
+ | /* greek */ | ||
+ | @font-face { | ||
+ | font-family: 'Open Sans'; | ||
+ | font-style: normal; | ||
+ | font-weight: 400; | ||
+ | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); | ||
+ | unicode-range: U+0370-03FF; | ||
+ | } | ||
+ | /* vietnamese */ | ||
+ | @font-face { | ||
+ | font-family: 'Open Sans'; | ||
+ | font-style: normal; | ||
+ | font-weight: 400; | ||
+ | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); | ||
+ | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; | ||
+ | } | ||
+ | /* latin-ext */ | ||
+ | @font-face { | ||
+ | font-family: 'Open Sans'; | ||
+ | font-style: normal; | ||
+ | font-weight: 400; | ||
+ | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); | ||
+ | unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; | ||
+ | } | ||
+ | /* latin */ | ||
+ | @font-face { | ||
+ | font-family: 'Open Sans'; | ||
+ | font-style: normal; | ||
+ | font-weight: 400; | ||
+ | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); | ||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; | ||
} | } | ||
Line 176: | Line 235: | ||
h2 { | h2 { | ||
− | font-family: ' | + | font-family: 'Lato',cursive; |
font-weight: 100; | font-weight: 100; | ||
transform: translateY(5%); | transform: translateY(5%); | ||
Line 205: | Line 264: | ||
margin-left: 5%; | margin-left: 5%; | ||
text-align: justify; | text-align: justify; | ||
− | font-family: Open sans; | + | font-family: 'Open Sans', sans-serif; |
font-size: 15px; | font-size: 15px; | ||
font-weight: lighter; | font-weight: lighter; |
Revision as of 14:06, 26 July 2017