new font LeagueSpartan added

nc-nginx-test
elena 2023-02-17 14:16:44 +00:00
parent 647191497d
commit 895bd122ef
2 changed files with 6 additions and 3 deletions

View File

@ -20,21 +20,21 @@
*/ */
@font-face { @font-face {
font-family: 'LeagueSpartan'; font-family: 'LeagueSpartan';
src: url('/fonts/LeagueSpartan-Regular.ttf'); src: url('fonts/LeagueSpartan-Regular.ttf');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: 'LeagueSpartan Bold'; font-family: 'LeagueSpartan Bold';
src: url('/fonts/LeagueSpartan-Bold.ttf'); src: url('fonts/LeagueSpartan-Bold.ttf');
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: 'LeagueSpartan Light'; font-family: 'LeagueSpartan Light';
src: url('/fonts/LeagueSpartan-Light.ttf'); src: url('fonts/LeagueSpartan-Light.ttf');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }

View File

@ -22,6 +22,9 @@
#} #}
{% block css %} {% block css %}
<style> <style>
body {
font-family: 'LeagueSpartan', sans-serif;
}
/* Header used classes */ /* Header used classes */
header#header { header#header {
background-color: white !important; background-color: white !important;