Site Web en PHP pour présenter des photos
https://superflux.antopie.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
802 B
19 lines
802 B
![]()
3 years ago
|
/* Ubuntu Font Family Bower-ready v0.1.13 */
|
||
|
/* Ubuntu Condensed @font-face kit */
|
||
|
|
||
|
$UbuntuFontsPath: "./fonts" !default;
|
||
|
|
||
|
/* BEGIN Ubuntu Condensed */
|
||
|
@font-face {
|
||
|
font-family: 'Ubuntu Condensed';
|
||
|
src: url('#{$UbuntuFontsPath}/ubuntu-condensed-webfont.eot');
|
||
|
src: url('#{$UbuntuFontsPath}/ubuntu-condensed-webfont.eot?#iefix') format('embedded-opentype'),
|
||
|
url('#{$UbuntuFontsPath}/ubuntu-condensed-webfont.woff2') format('woff2'),
|
||
|
url('#{$UbuntuFontsPath}/ubuntu-condensed-webfont.woff') format('woff'),
|
||
|
url('#{$UbuntuFontsPath}/ubuntu-condensed-webfont.ttf') format('truetype'),
|
||
|
url('#{$UbuntuFontsPath}/ubuntu-condensed-webfont.svg#ubuntu_condensedregular') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
/* END Ubuntu Condensed */
|