diff options
Diffstat (limited to 'fonts/LibreBaskerville.css')
-rw-r--r-- | fonts/LibreBaskerville.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/fonts/LibreBaskerville.css b/fonts/LibreBaskerville.css new file mode 100644 index 0000000..844d0d2 --- /dev/null +++ b/fonts/LibreBaskerville.css @@ -0,0 +1,18 @@ +@font-face { + font-family: 'Libre Baskerville'; + font-style: italic; + font-weight: 400; + src: url(LibreBaskerville-Italic.woff2) format('woff2'); +} +@font-face { + font-family: 'Libre Baskerville'; + font-style: normal; + font-weight: 400; + src: url(LibreBaskerville-Regular.woff2) format('woff2'); +} +@font-face { + font-family: 'Libre Baskerville'; + font-style: normal; + font-weight: 700; + src: url(LibreBaskerville-Bold.woff2) format('woff2'); +} |