mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
52 lines
1.5 KiB
CSS
52 lines
1.5 KiB
CSS
|
/*
|
||
|
|
||
|
Jappix - An open social platform
|
||
|
This is the fonts CSS stylesheet for Jappix
|
||
|
|
||
|
-------------------------------------------------
|
||
|
|
||
|
License: AGPL
|
||
|
Author: Valérian Saliou
|
||
|
Last revision: 15/05/13
|
||
|
|
||
|
*/
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'PT Sans';
|
||
|
src: url(../fonts/eot/ptsans.eot);
|
||
|
src: url(../fonts/eot/ptsans.eot) format('embedded-opentype'),
|
||
|
url(../fonts/woff/ptsans.woff) format('woff'),
|
||
|
url(../fonts/ttf/ptsans.ttf) format('truetype'),
|
||
|
url(../fonts/svg/ptsans.svg) format('svg');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'PT Sans';
|
||
|
font-style: italic;
|
||
|
src: url(../fonts/eot/ptsansitalic.eot);
|
||
|
src: url(../fonts/eot/ptsansitalic.eot) format('embedded-opentype'),
|
||
|
url(../fonts/woff/ptsansitalic.woff) format('woff'),
|
||
|
url(../fonts/ttf/ptsansitalic.ttf) format('truetype'),
|
||
|
url(../fonts/svg/ptsansitalic.svg) format('svg');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'PT Sans';
|
||
|
font-weight: bold;
|
||
|
src: url(../fonts/eot/ptsansbold.eot);
|
||
|
src: url(../fonts/eot/ptsansbold.eot) format('embedded-opentype'),
|
||
|
url(../fonts/woff/ptsansbold.woff) format('woff'),
|
||
|
url(../fonts/ttf/ptsansbold.ttf) format('truetype'),
|
||
|
url(../fonts/svg/ptsansbold.svg) format('svg');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'PT Sans';
|
||
|
font-weight: bold;
|
||
|
font-style: italic;
|
||
|
src: url(../fonts/eot/ptsansbolditalic.eot);
|
||
|
src: url(../fonts/eot/ptsansbolditalic.eot) format('embedded-opentype'),
|
||
|
url(../fonts/woff/ptsansbolditalic.woff) format('woff'),
|
||
|
url(../fonts/ttf/ptsansbolditalic.ttf) format('truetype'),
|
||
|
url(../fonts/svg/ptsansbolditalic.svg) format('svg');
|
||
|
}
|