new font LeagueSpartan added
parent
647191497d
commit
895bd122ef
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue