From 8cc25c7ea7cec950634382fb1dc24c545693feb2 Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Thu, 24 Dec 2020 14:16:06 +0100 Subject: rC3: fix fonts, moar css --- configs/conferences/rc3/font.less | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 configs/conferences/rc3/font.less (limited to 'configs/conferences/rc3/font.less') diff --git a/configs/conferences/rc3/font.less b/configs/conferences/rc3/font.less new file mode 100644 index 0000000..1ad5ea5 --- /dev/null +++ b/configs/conferences/rc3/font.less @@ -0,0 +1,21 @@ +// font path mixin +.fontPath(@path, @filename){ + src: url('@{path}@{filename}.woff2') format('woff2'), + url('@{path}@{filename}.woff') format('woff'); +} + +@font-path: "fonts/"; + +@font-face { + font-family: "orbitron-bold"; + font-weight: 500; + font-style: normal; + .fontPath(@font-path, "orbitron-bold-webfont"); +} + +@font-face { + font-family: "Montserrat"; + font-weight: 400; + font-style: normal; + .fontPath(@font-path, "Montserrat-Regular"); +} \ No newline at end of file -- cgit v1.2.3