new font LeagueSpartan added
parent
647191497d
commit
895bd122ef
|
@ -20,21 +20,21 @@
|
|||
*/
|
||||
@font-face {
|
||||
font-family: 'LeagueSpartan';
|
||||
src: url('/fonts/LeagueSpartan-Regular.ttf');
|
||||
src: url('fonts/LeagueSpartan-Regular.ttf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LeagueSpartan Bold';
|
||||
src: url('/fonts/LeagueSpartan-Bold.ttf');
|
||||
src: url('fonts/LeagueSpartan-Bold.ttf');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LeagueSpartan Light';
|
||||
src: url('/fonts/LeagueSpartan-Light.ttf');
|
||||
src: url('fonts/LeagueSpartan-Light.ttf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
#}
|
||||
{% block css %}
|
||||
<style>
|
||||
body {
|
||||
font-family: 'LeagueSpartan', sans-serif;
|
||||
}
|
||||
/* Header used classes */
|
||||
header#header {
|
||||
background-color: white !important;
|
||||
|
|
Loading…
Reference in New Issue