Skip to content
Snippets Groups Projects
Commit c6fade37 authored by Lucie Bader's avatar Lucie Bader
Browse files

Police d'écriture Luciole

parent 4c4d0ef3
No related branches found
No related tags found
2 merge requests!8Test final,!6Améliorations du menu de l'extension
Showing
with 144667 additions and 4 deletions
......@@ -380,7 +380,7 @@ function showInstructionPopup(details) {
popup.style.borderRadius = "10px";
popup.style.boxShadow = "0 2px 10px rgba(0, 0, 0, 0.3)";
popup.style.zIndex = "10000";
popup.style.fontFamily = "Helvetica, sans-serif";
popup.style.fontFamily = "Luciole";
popup.style.fontSize = "14px";
popup.style.width = "300px";
popup.style.textAlign = "center";
......
......@@ -12,7 +12,7 @@
border-radius: 10px;
padding: 10px;
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
font-family: "Helvetica", sans-serif;
font-family: Luciole;
z-index: 10000;
}
......@@ -91,7 +91,7 @@
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
width: 150px;
font-family: Arial, sans-serif;
font-family: Luciole;
font-size: 10px;
display: flex;
flex-direction: row !important;
......
......@@ -242,7 +242,7 @@ function createPicker() {
picker.style.borderRadius = "8px";
picker.style.boxShadow = "0 4px 8px rgba(0, 0, 0, 0.1)";
picker.style.width = "220px";
picker.style.fontFamily = "Arial, sans-serif";
picker.style.fontFamily = "Luciole";
picker.style.fontSize = "10px";
picker.style.display = "flex";
picker.style.flexDirection = "row";
......
File added
This diff is collapsed.
File added
File added
File added
File added
This diff is collapsed.
File added
File added
File added
File added
This diff is collapsed.
File added
File added
File added
/* Webfont: Luciole-Regular */@font-face {
font-family: 'Luciole';
src: url('Luciole-Regular.eot'); /* IE9 Compat Modes */
src: url('Luciole-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Luciole-Regular.woff') format('woff'), /* Modern Browsers */
url('Luciole-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('Luciole-Regular.svg#Luciole-Regular') format('svg'); /* Legacy iOS */
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
<!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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment