Browse Source

add in lato

dev/hugo
Brett Langdon 9 years ago
parent
commit
ee9b745d45
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
2 changed files with 18 additions and 0 deletions
  1. +0
    -0
      static/css/lato.css
  2. +18
    -0
      static/css/style.css

+ 0
- 0
static/css/lato.css View File


+ 18
- 0
static/css/style.css View File

@ -10,6 +10,24 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
}
.hidden { display: none; }
/* Lato */
/* latin-ext */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/8qcEw_nrk_5HEcCpYdJu8BTbgVql8nDJpwnrE27mub0.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: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.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, U+E0FF, U+EFFD, U+F000;
}
/* Icons */
@font-face {
font-family: 'icons';


Loading…
Cancel
Save