From ec1235f53500181bb4476d86062c33e1175507dd Mon Sep 17 00:00:00 2001 From: Danijel Anđelković Date: Tue, 3 May 2022 18:51:15 +0200 Subject: Dodao fajl za stil fontova, povezao tabove u folderu i ispravio neke greske. --- frontend/src/styles/font.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 frontend/src/styles/font.css (limited to 'frontend/src/styles') diff --git a/frontend/src/styles/font.css b/frontend/src/styles/font.css new file mode 100644 index 00000000..a4d876f5 --- /dev/null +++ b/frontend/src/styles/font.css @@ -0,0 +1,6 @@ +/*p, +a { + font-family: Helvetica, sans-serif; + letter-spacing: 2px; + font-weight: 100; +}*/ \ No newline at end of file -- cgit v1.2.3