From 090cb36b1ea0d77a9df5872979cf6d93a6837843 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 20 Jun 2022 17:08:02 +0200 Subject: Change ref to root website and add fonts.css --- assets/css/fonts.css | 1 + master.rhtml | 17 +++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 assets/css/fonts.css diff --git a/assets/css/fonts.css b/assets/css/fonts.css new file mode 100644 index 0000000..0d560e1 --- /dev/null +++ b/assets/css/fonts.css @@ -0,0 +1 @@ +/* * Copyright (C) 2016-2022 Alessandro Iezzi * This file is part of . * * is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with . If not, see . */ /* Created on : 2022-06-20, 15:40.00 Author : Alessandro Iezzi */ @font-face { font-family: free-mono; src: url(../fonts/freefont/FreeMonoBoldOblique.ttf); } @font-face { font-family: Raleway-ExtraLight; src: url(../fonts/raleway/Raleway-ExtraLight.ttf); } \ No newline at end of file diff --git a/master.rhtml b/master.rhtml index 32570d5..711a62b 100644 --- a/master.rhtml +++ b/master.rhtml @@ -2,7 +2,7 @@ - + @@ -12,14 +12,15 @@ Alessandro Iezzi - IT Consulting - <%= @title %> - + - - + + + - + <%= render "navigation.rhtml.inc" %>
-