added fonts
This commit is contained in:
parent
f1f8a7eec0
commit
b036fedde2
29 changed files with 170 additions and 0 deletions
9
fonts/MakeSans-Black.css
Normal file
9
fonts/MakeSans-Black.css
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
/* Webfont: MakeSans-Black */@font-face {
|
||||||
|
font-family: 'MakeSansBlack';
|
||||||
|
src: url('MakeSans-Black.woff2') format('woff2'), /* Modern Browsers */
|
||||||
|
url('MakeSans-Black.otf') format('opentype'); /* Safari, Android, iOS */
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
}
|
||||||
|
|
||||||
15
fonts/MakeSans-Black.html
Normal file
15
fonts/MakeSans-Black.html
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<!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>Make Sans Black - Web Font Specimen</title>
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="MakeSans-Black.css" />
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
body { font-size: 42px; font-family: "MakeSansBlack", Georgia; }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p contenteditable="true">The quick brown fox jumps over the lazy dog. $123.45!</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
fonts/MakeSans-Black.otf
Normal file
BIN
fonts/MakeSans-Black.otf
Normal file
Binary file not shown.
BIN
fonts/MakeSans-Black.woff2
Normal file
BIN
fonts/MakeSans-Black.woff2
Normal file
Binary file not shown.
9
fonts/MakeSans-Bold.css
Normal file
9
fonts/MakeSans-Bold.css
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
/* Webfont: MakeSans-Bold */@font-face {
|
||||||
|
font-family: 'MakeSans';
|
||||||
|
src: url('MakeSans-Bold.woff2') format('woff2'), /* Modern Browsers */
|
||||||
|
url('MakeSans-Bold.otf') format('opentype'); /* Safari, Android, iOS */
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: bold;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
}
|
||||||
|
|
||||||
15
fonts/MakeSans-Bold.html
Normal file
15
fonts/MakeSans-Bold.html
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<!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>Make Sans Bold - Web Font Specimen</title>
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="MakeSans-Bold.css" />
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
body { font-size: 42px; font-family: "MakeSans", Georgia; }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p contenteditable="true">The quick brown fox jumps over the lazy dog. $123.45!</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
fonts/MakeSans-Bold.otf
Normal file
BIN
fonts/MakeSans-Bold.otf
Normal file
Binary file not shown.
BIN
fonts/MakeSans-Bold.woff2
Normal file
BIN
fonts/MakeSans-Bold.woff2
Normal file
Binary file not shown.
9
fonts/MakeSans-ExtraBold.css
Normal file
9
fonts/MakeSans-ExtraBold.css
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
/* Webfont: MakeSans-ExtraBold */@font-face {
|
||||||
|
font-family: 'MakeSansExtBd';
|
||||||
|
src: url('MakeSans-ExtraBold.woff2') format('woff2'), /* Modern Browsers */
|
||||||
|
url('MakeSans-ExtraBold.otf') format('opentype'); /* Safari, Android, iOS */
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
}
|
||||||
|
|
||||||
15
fonts/MakeSans-ExtraBold.html
Normal file
15
fonts/MakeSans-ExtraBold.html
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<!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>Make Sans Extra Bold - Web Font Specimen</title>
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="MakeSans-ExtraBold.css" />
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
body { font-size: 42px; font-family: "MakeSansExtBd", Georgia; }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p contenteditable="true">The quick brown fox jumps over the lazy dog. $123.45!</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
fonts/MakeSans-ExtraBold.otf
Normal file
BIN
fonts/MakeSans-ExtraBold.otf
Normal file
Binary file not shown.
BIN
fonts/MakeSans-ExtraBold.woff2
Normal file
BIN
fonts/MakeSans-ExtraBold.woff2
Normal file
Binary file not shown.
9
fonts/MakeSans-Light.css
Normal file
9
fonts/MakeSans-Light.css
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
/* Webfont: MakeSans-Light */@font-face {
|
||||||
|
font-family: 'MakeSansLight';
|
||||||
|
src: url('MakeSans-Light.woff2') format('woff2'), /* Modern Browsers */
|
||||||
|
url('MakeSans-Light.otf') format('opentype'); /* Safari, Android, iOS */
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
}
|
||||||
|
|
||||||
15
fonts/MakeSans-Light.html
Normal file
15
fonts/MakeSans-Light.html
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<!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>Make Sans Light - Web Font Specimen</title>
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="MakeSans-Light.css" />
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
body { font-size: 42px; font-family: "MakeSansLight", Georgia; }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p contenteditable="true">The quick brown fox jumps over the lazy dog. $123.45!</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
fonts/MakeSans-Light.otf
Normal file
BIN
fonts/MakeSans-Light.otf
Normal file
Binary file not shown.
BIN
fonts/MakeSans-Light.woff2
Normal file
BIN
fonts/MakeSans-Light.woff2
Normal file
Binary file not shown.
9
fonts/MakeSans-Medium.css
Normal file
9
fonts/MakeSans-Medium.css
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
/* Webfont: MakeSans-Medium */@font-face {
|
||||||
|
font-family: 'MakeSansMed';
|
||||||
|
src: url('MakeSans-Medium.woff2') format('woff2'), /* Modern Browsers */
|
||||||
|
url('MakeSans-Medium.otf') format('opentype'); /* Safari, Android, iOS */
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
}
|
||||||
|
|
||||||
15
fonts/MakeSans-Medium.html
Normal file
15
fonts/MakeSans-Medium.html
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<!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>Make Sans Medium - Web Font Specimen</title>
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="MakeSans-Medium.css" />
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
body { font-size: 42px; font-family: "MakeSansMed", Georgia; }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p contenteditable="true">The quick brown fox jumps over the lazy dog. $123.45!</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
fonts/MakeSans-Medium.otf
Normal file
BIN
fonts/MakeSans-Medium.otf
Normal file
Binary file not shown.
BIN
fonts/MakeSans-Medium.woff2
Normal file
BIN
fonts/MakeSans-Medium.woff2
Normal file
Binary file not shown.
9
fonts/MakeSans-Regular.css
Normal file
9
fonts/MakeSans-Regular.css
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
/* Webfont: MakeSans-Regular */@font-face {
|
||||||
|
font-family: 'MakeSans';
|
||||||
|
src: url('MakeSans-Regular.woff2') format('woff2'), /* Modern Browsers */
|
||||||
|
url('MakeSans-Regular.otf') format('opentype'); /* Safari, Android, iOS */
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
}
|
||||||
|
|
||||||
15
fonts/MakeSans-Regular.html
Normal file
15
fonts/MakeSans-Regular.html
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<!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>Make Sans Regular - Web Font Specimen</title>
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="MakeSans-Regular.css" />
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
body { font-size: 42px; font-family: "MakeSans", Georgia; }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p contenteditable="true">The quick brown fox jumps over the lazy dog. $123.45!</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
fonts/MakeSans-Regular.otf
Normal file
BIN
fonts/MakeSans-Regular.otf
Normal file
Binary file not shown.
BIN
fonts/MakeSans-Regular.woff2
Normal file
BIN
fonts/MakeSans-Regular.woff2
Normal file
Binary file not shown.
9
fonts/MakeSans-SemiBold.css
Normal file
9
fonts/MakeSans-SemiBold.css
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
/* Webfont: MakeSans-SemiBold */@font-face {
|
||||||
|
font-family: 'MakeSansSemBd';
|
||||||
|
src: url('MakeSans-SemiBold.woff2') format('woff2'), /* Modern Browsers */
|
||||||
|
url('MakeSans-SemiBold.otf') format('opentype'); /* Safari, Android, iOS */
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
}
|
||||||
|
|
||||||
15
fonts/MakeSans-SemiBold.html
Normal file
15
fonts/MakeSans-SemiBold.html
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<!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>Make Sans Semi Bold - Web Font Specimen</title>
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen" href="MakeSans-SemiBold.css" />
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
body { font-size: 42px; font-family: "MakeSansSemBd", Georgia; }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p contenteditable="true">The quick brown fox jumps over the lazy dog. $123.45!</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
fonts/MakeSans-SemiBold.otf
Normal file
BIN
fonts/MakeSans-SemiBold.otf
Normal file
Binary file not shown.
BIN
fonts/MakeSans-SemiBold.woff2
Normal file
BIN
fonts/MakeSans-SemiBold.woff2
Normal file
Binary file not shown.
2
fonts/desktop.ini
Normal file
2
fonts/desktop.ini
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[.ShellClassInfo]
|
||||||
|
IconResource=C:\Program Files\Google\Drive File Stream\62.0.2.0\GoogleDriveFS.exe,23
|
||||||
Loading…
Add table
Reference in a new issue