Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anthony
memopol
Commits
5751923b
Commit
5751923b
authored
Oct 08, 2016
by
okhin
Browse files
Adding the fonts.css with Fira ans Sansus
parent
222dee52
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/memopol/static/css/fonts.css
0 → 100644
View file @
5751923b
@font-face
{
font-family
:
'SansusWebissimoItalic'
;
src
:
url('https://fonts.lqdn.fr/collections/Sansus_Webissimo/SansusWebissimo-Italic.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
italic
;
}
@font-face
{
font-family
:
'SansusWebissimoRegular'
;
src
:
url('https://fonts.lqdn.fr/collections/Sansus_Webissimo/SansusWebissimo-Regular.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'FiraSansRegular'
;
src
:
url('https://fonts.lqdn.fr/collections/Fira_Sans/FiraSans-Regular.woff2')
format
(
'woff2'
);
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'FiraSansMedium'
;
src
:
url('https://fonts.lqdn.fr/collections/Fira_Sans/FiraSans-Medium.woff2')
format
(
'woff2'
);
font-weight
:
bold
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'FiraSansSemiBold'
;
src
:
url('https://fonts.lqdn.fr/collections/Fira_Sans/FiraSans-SemiBold.woff2')
format
(
'woff2'
);
font-weight
:
bold
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'FiraSansBook'
;
src
:
url('https://fonts.lqdn.fr/collections/Fira_Sans/FiraSans-Book.woff2')
format
(
'woff2'
);
font-weight
:
lighter
;
font-style
:
normal
;
}
src/memopol/templates/base.html
View file @
5751923b
...
...
@@ -23,6 +23,7 @@
{% load compress %}
{% compress css %}
<link
rel=
"stylesheet"
href=
"{% static 'css/fonts.css' %}"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{% static 'css/custom.css' %}"
type=
"text/css"
/>
{% endcompress %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment