8 changed files with 21 additions and 3 deletions
@ -1,3 +1,3 @@
|
||||
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> |
||||
<link href="{{.Site.BaseURL}}/css/fonts.css" rel="stylesheet" type="text/css"> |
||||
<link rel="stylesheet" href="{{.Site.BaseURL}}/css/normalize.css"> |
||||
<link rel="stylesheet" href="{{.Site.BaseURL}}/css/main.css"> |
||||
|
@ -0,0 +1,18 @@
|
||||
/* montserrat-regular - latin */ |
||||
@font-face { |
||||
font-family: 'Montserrat'; |
||||
font-style: normal; |
||||
font-weight: 400; |
||||
src: local('Montserrat Regular'), local('Montserrat-Regular'), |
||||
url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ |
||||
url('../fonts/montserrat-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ |
||||
} |
||||
/* montserrat-700 - latin */ |
||||
@font-face { |
||||
font-family: 'Montserrat'; |
||||
font-style: normal; |
||||
font-weight: 700; |
||||
src: local('Montserrat Bold'), local('Montserrat-Bold'), |
||||
url('../fonts/montserrat-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ |
||||
url('../fonts/montserrat-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ |
||||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue