From 1cc630da4247e75a18629d960768d06239b0175b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 24 Aug 2021 18:40:19 +0200 Subject: details and gallery --- public/assets/css/fonts.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/assets/css/fonts.css (limited to 'public/assets/css/fonts.css') diff --git a/public/assets/css/fonts.css b/public/assets/css/fonts.css new file mode 100644 index 0000000..f1e8429 --- /dev/null +++ b/public/assets/css/fonts.css @@ -0,0 +1,11 @@ +@font-face { + font-family: "Merriweather"; + src: url("../fonts/merriweather/Merriweather-Regular.ttf"); + font-style: normal; +} + +@font-face { + font-family: "Merriweather"; + src: url("../fonts/merriweather/Merriweather-Italic.ttf"); + font-style: italic; +} -- cgit v1.2.3-70-g09d2