diff options
Diffstat (limited to 'lib/fonts/lato/lato.css')
-rw-r--r-- | lib/fonts/lato/lato.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/fonts/lato/lato.css b/lib/fonts/lato/lato.css new file mode 100644 index 0000000..36ea69d --- /dev/null +++ b/lib/fonts/lato/lato.css @@ -0,0 +1,28 @@ +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 400; + font-display: auto; + src: url('lato-regular.woff') format('woff'); +} +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 700; + font-display: auto; + src: url('lato-bold.woff') format('woff'); +} +@font-face { + font-family: 'Lato'; + font-style: italic; + font-weight: 400; + font-display: auto; + src: url('lato-italic.woff') format('woff'); +} +@font-face { + font-family: 'Lato'; + font-style: italic; + font-weight: 700; + font-display: auto; + src: url('lato-bolditalic.woff') format('woff'); +} |