|
|
|
@ -5,40 +5,40 @@ |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'Lato'; |
|
|
|
|
src: url('{{ relative_url }}/static/fonts/LatoLatin-Italic.woff2') format('woff2'), |
|
|
|
|
url('{{ relative_url }}/static/fonts/LatoLatin-Italic.woff') format('woff'); |
|
|
|
|
src: url("{{ '/static/fonts/LatoLatin-Italic.woff2' | relative_url }}") format('woff2'), |
|
|
|
|
url("{{ '/static/fonts/LatoLatin-Italic.woff' | relative_url }}") format('woff'); |
|
|
|
|
font-weight: normal; |
|
|
|
|
font-style: italic; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'Lato'; |
|
|
|
|
src: url('{{ relative_url }}/static/fonts/LatoLatin-Black.woff2') format('woff2'), |
|
|
|
|
url('{{ relative_url }}/static/fonts/LatoLatin-Black.woff') format('woff'); |
|
|
|
|
src: url("{{ '/static/fonts/LatoLatin-Black.woff2' | relative_url }}") format('woff2'), |
|
|
|
|
url("{{ '/static/fonts/LatoLatin-Black.woff' | relative_url }}") format('woff'); |
|
|
|
|
font-weight: 900; |
|
|
|
|
font-style: normal; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'Lato'; |
|
|
|
|
src: url('{{ relative_url }}/static/fonts/LatoLatin-BlackItalic.woff2') format('woff2'), |
|
|
|
|
url('{{ relative_url }}/static/fonts/LatoLatin-BlackItalic.woff') format('woff'); |
|
|
|
|
src: url("{{ '/static/fonts/LatoLatin-BlackItalic.woff2' | relative_url }}") format('woff2'), |
|
|
|
|
url("{{ '/static/fonts/LatoLatin-BlackItalic.woff' | relative_url }}") format('woff'); |
|
|
|
|
font-weight: 900; |
|
|
|
|
font-style: italic; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'Lato'; |
|
|
|
|
src: url('{{ relative_url }}/static/fonts/LatoLatin-Light.woff2') format('woff2'), |
|
|
|
|
url('{{ relative_url }}/static/fonts/LatoLatin-Light.woff') format('woff'); |
|
|
|
|
src: url("{{ '/static/fonts/LatoLatin-Light.woff2' | relative_url }}") format('woff2'), |
|
|
|
|
url("{{ '/static/fonts/LatoLatin-Light.woff' | relative_url }}") format('woff'); |
|
|
|
|
font-weight: 300; |
|
|
|
|
font-style: normal; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'Lato'; |
|
|
|
|
src: url('{{ relative_url }}/static/fonts/LatoLatin-Regular.woff2') format('woff2'), |
|
|
|
|
url('{{ relative_url }}/static/fonts/LatoLatin-Regular.woff') format('woff'); |
|
|
|
|
src: url("{{ '/static/fonts/LatoLatin-Regular.woff2' | relative_url }}") format('woff2'), |
|
|
|
|
url("{{ '/static/fonts/LatoLatin-Regular.woff' | relative_url }}") format('woff'); |
|
|
|
|
font-weight: normal; |
|
|
|
|
font-style: normal; |
|
|
|
|
} |
|
|
|
|