parent
3c7abddd2d
commit
4108eeaabe
@ -1,15 +0,0 @@ |
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
||||||
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> |
|
||||||
<head> |
|
||||||
<meta content="text/html; charset=utf-8" http-equiv="content-type"/> |
|
||||||
<meta content="en-us" http-equiv="Content-Language"/> |
|
||||||
<title>Luciole - Web Font Specimen</title> |
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="Luciole-Regular.css" /> |
|
||||||
<style type="text/css" media="screen"> |
|
||||||
body { font-size: 42px; font-family: "Luciole", Georgia; } |
|
||||||
</style> |
|
||||||
</head> |
|
||||||
<body> |
|
||||||
<p contenteditable="true">The quick brown fox jumps over the lazy dog. $123.45!</p> |
|
||||||
</body> |
|
||||||
</html> |
|
Binary file not shown.
Before Width: | Height: | Size: 496 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 500 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,27 +0,0 @@ |
|||||||
/* Webfont: Luciole */ |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Luciole'; |
|
||||||
src: url('luciole-regular.eot'); |
|
||||||
src: url('luciole-regular.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('luciole-regular.woff') format('woff'), |
|
||||||
url('luciole-regular.woff2') format('woff2'), |
|
||||||
url('luciole-regular.ttf') format('truetype'), |
|
||||||
url('luciole-regular.svg#luciole-regular') format('svg'); |
|
||||||
font-style: normal; |
|
||||||
font-weight: normal; |
|
||||||
text-rendering: optimizeLegibility; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Luciole'; |
|
||||||
src: url('luciole-bold.eot'); |
|
||||||
src: url('luciole-bold.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('luciole-bold.woff') format('woff'), |
|
||||||
url('luciole-bold.woff2') format('woff2'), |
|
||||||
url('luciole-bold.ttf') format('truetype'), |
|
||||||
url('luciole-bold.svg#luciole-bold') format('svg'); |
|
||||||
font-style: normal; |
|
||||||
font-weight: bold; |
|
||||||
text-rendering: optimizeLegibility; |
|
||||||
} |
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,34 @@ |
|||||||
|
/* Webfont: Luciole */ |
||||||
|
|
||||||
|
/* Webfont: Luciole-Regular */ |
||||||
|
@font-face { |
||||||
|
font-family: 'Luciole'; |
||||||
|
src: url('./Luciole-Regular/Luciole-Regular.woff') format('woff'); |
||||||
|
font-style: normal; |
||||||
|
font-weight: normal; |
||||||
|
text-rendering: optimizeLegibility; |
||||||
|
} |
||||||
|
/* Webfont: Luciole-Italic */ |
||||||
|
@font-face { |
||||||
|
font-family: 'Luciole'; |
||||||
|
src: url('./Luciole-Italic/Luciole-Italic.woff') format('woff'); |
||||||
|
font-style: italic; |
||||||
|
font-weight: normal; |
||||||
|
text-rendering: optimizeLegibility; |
||||||
|
} |
||||||
|
/* Webfont: Luciole-Bold */ |
||||||
|
@font-face { |
||||||
|
font-family: 'Luciole'; |
||||||
|
src: url('./Luciole-Bold/Luciole-Bold.woff') format('woff'); |
||||||
|
font-style: normal; |
||||||
|
font-weight: bold; |
||||||
|
text-rendering: optimizeLegibility; |
||||||
|
} |
||||||
|
/* Webfont: Luciole-BoldItalic */ |
||||||
|
@font-face { |
||||||
|
font-family: 'Luciole'; |
||||||
|
src: url('./Luciole-BoldItalic/Luciole-BoldItalic.woff') format('woff'); |
||||||
|
font-style: italic; |
||||||
|
font-weight: bold; |
||||||
|
text-rendering: optimizeLegibility; |
||||||
|
} |
Loading…
Reference in new issue