Compare commits
3 Commits
a277abeb44
...
master
Author | SHA1 | Date | |
---|---|---|---|
b29991255f | |||
9e3054ed67 | |||
80f2ade1fa |
@ -14,7 +14,7 @@
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(opensans/OpenSans-Semibold) format('truetype');
|
||||
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(opensans/OpenSans-SemiBold.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
|
BIN
static/fonts/opensans/OpenSans-Bold.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-Bold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-BoldItalic.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-ExtraBold.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-ExtraBoldItalic.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-ExtraBoldItalic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-Italic.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-Light.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-Light.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-LightItalic.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-LightItalic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-Regular.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-Regular.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-SemiBold.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-SemiBold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-SemiBoldItalic.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-SemiBoldItalic.ttf
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
{% block content %}
|
||||
<h1 class="section-heading" style="font-variant: small-caps">{{ gettext('Recent Articles') }}</h1>
|
||||
<h1 class="section-heading" style="font-variant: small-caps">{{ gettext('Last Articles') }}</h1>
|
||||
{% for article in articles %}
|
||||
{% if loop.index > PAGE_PAGINATION %}{% break %}{% endif %}
|
||||
<div class="post-preview">
|
||||
|
@ -40,8 +40,8 @@ msgstr "Catégorie :"
|
||||
msgid "Categories"
|
||||
msgstr "Catégories"
|
||||
|
||||
msgid "Recent Articles"
|
||||
msgstr "Articles Récents"
|
||||
msgid "Last Articles"
|
||||
msgstr "Derniers Articles"
|
||||
|
||||
msgid "Translation:"
|
||||
msgstr "Traduction :"
|
||||
|
Reference in New Issue
Block a user