Initial commit

master
Illia Chub 2021-03-08 15:54:28 +02:00
commit ecd29c184c
110 changed files with 2608 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea/

710
css/main.css Normal file
View File

@ -0,0 +1,710 @@
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
.git-link {
color: white;
}
.git-link:visited {
color: white;
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
/* ---------------------- ---------------------- ---------------------- ---------------------- ---------------------- */
.nav {
background: #1D2934;
padding: 8px 18px;
}
.flex-box-wrap {
display: flex;
flex-direction: row;
align-content: center;
align-items: center;
}
.jc-sb {
justify-content: space-between;
}
.jc-fe {
justify-content: flex-end;
}
.flex-wrap {
flex-wrap: wrap;
}
.max-width {
max-width: 1440px;
width: 100%;
margin: auto;
}
.telegram-btn,
.telegram-btn:active,
.telegram-btn:link,
.telegram-btn:hover,
.telegram-btn:visited
{
background: #1ED9E7;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
width: 114px;
height: 32px;
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 136.5%;
text-align: center;
color: #1D2934;
text-decoration: none;
margin: auto;
}
.nav-logo-box {
width: 32px;
height: auto;
}
.nav-logo-box img {
width: 100%;
}
.nav-yellow-link,
.nav-yellow-link:active,
.nav-yellow-link:link,
.nav-yellow-link:hover,
.nav-yellow-link:visited{
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
text-align: center;
color: #1D2934;
text-decoration: none;
margin: 0 4px;
}
.nav-yellow-link img {
width: 100%;
height: auto;
}
.w-25 {
width: 25%;
}
.w-50 {
width: 50%;
}
.hero-first-block {
width: 100%;
}
.hero-third-block {
width: 100%;
padding-top: 32px;
}
.hero-img-box img {
width: 80%;
margin: 25px auto;
display: block;
}
body {
background: #121723;
}
.paragraph {
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 136.5%;
text-align: center;
color: #FFFFFF;
margin: 0 auto 24px auto;
}
.download-btn,
.download-btn:active,
.download-btn:link,
.download-btn:hover,
.download-btn:visited {
background: #1ED9E7;
border-radius: 50px;
width: 226px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #1D2934;
text-decoration: none;
margin: auto;
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 136.5%;
}
.download-btn:last-of-type {
margin-bottom: 24px;
}
.color-grey {
background: #E2E2E2 !important;
margin-top: 16px !important;
}
.text-box {
border: 1px solid #1ED9E7;
border-radius: 25px;
margin-bottom: 60px;
padding: 0 15px;
width: 100%;
}
.top-p {
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 136.5%;
text-align: center;
letter-spacing: 0.03em;
color: #FFFFFF;
background: #121723;
width: min-content;
margin: -26px auto 0;
padding: 10px;
}
.bottom-p {
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 136.5%;
text-align: center;
color: #FFFFFF;
margin-top: 0;
padding: 10px;
}
h2 {
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 29px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
margin-bottom: 60px;
margin-top: 60px;
padding: 0 50px;
}
h2:last-of-type {
margin-top: 0px;
}
.margin-16 {
padding: 0 16px;
}
.img-box-slider div {
width: 30%;
}
.img-box-slider img {
width: 100%;
height: auto;
}
.img-box-slider {
display: flex;
justify-content: space-between;
padding: 0 12px;
}
.blue-box {
background: #1ED9E7;
border-radius: 12px;
padding: 24px 17px;
}
.blue-box p {
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 136.5%;
/* or 22px */
text-align: center;
/* 1D2934 (Alt Dark) */
color: #1D2934;
}
.blue-box p:first-of-type {
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 120.5%;
text-align: center;
letter-spacing: 0.03em;
color: #111A22;
}
.text-image-box img {
display: block;
margin: auto;
margin-top: 24px;
}
.text-image-box .top-p {
margin: 0 auto;
}
footer {
height: 40px;
background: #1D2934;
display: flex;
justify-content: center;
}
footer a img {
margin: 10px 2px;
}
footer a {
display: block;
}
@media (min-width: 768px) {
.margin-16, .hero {
padding: 0 80px;
}
.nav {
padding-right: 80px;
padding-left: 80px;
}
}
.side-screens {
display: none;
}
@media (min-width: 992px) {
.margin-16, .hero {
padding: 0 80px;
}
.nav {
padding-right: 80px;
padding-left: 80px;
}
.hero-first-block {
width: 70%;
order: 1;
}
.hero-third-block {
width: 30%;
order: 2;
}
.hero-second-block {
width: 100%;
order: 3;
}
.hero-third-block .download-btn {
max-width: 290px;
width: 100%;
height: 48px;
font-size: 16px;
}
.paragraph {
font-size: 16px;
padding-bottom: 32px;
margin-bottom: 0;
}
.telegram-btn,
.telegram-btn:active,
.telegram-btn:link,
.telegram-btn:hover,
.telegram-btn:visited {
width: 200px;
height: 48px;
font-size: 16px;
}
.nav-yellow-link,
.nav-yellow-link:active,
.nav-yellow-link:link,
.nav-yellow-link:hover,
.nav-yellow-link:visited {
width: 32px;
height: 32px;
}
.nav-logo-box {
width: 77px;
}
.text-box, .big-box {
width: 45%;
}
.big-box {
align-self: flex-start;
}
.top-p {
margin: 0;
width: 100%;
font-size: 24px;
padding: 16px 0;
}
.bottom-p {
font-size: 16px;
}
.blue-box div p:first-of-type {
margin: 0;
width: 100%;
font-size: 24px;
padding: 16px 0;
}
.blue-box div p:last-of-type {
font-size: 16px;
}
footer {
margin-top: 112px;
height: 64px;
}
footer a img {
width: 32px;
height: auto;
margin: 0 8px;
}
footer a {
display: flex;
align-items: center;
}
.boxes .top-p {
width: 350px;
margin: -32px auto 0;
}
.boxes .top-p.custom-p {
margin-top: -54px;
}
.side-screens {
display: flex;
}
.img-box-slider div {
width: 18%;
}
h2 {
font-size: 40px;
padding: 35px 0 85px;
margin: 0;
}
h2 {
padding-top: 85px;
}
h2.second {
margin-top: 0px;
padding: 35px 0 85px;
}
}

349
css/normalize.css vendored Normal file
View File

@ -0,0 +1,349 @@
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
font/Inter-Black.eot Normal file

Binary file not shown.

BIN
font/Inter-Black.ttf Normal file

Binary file not shown.

BIN
font/Inter-Black.woff Normal file

Binary file not shown.

BIN
font/Inter-Black.woff2 Normal file

Binary file not shown.

BIN
font/Inter-BlackItalic.eot Normal file

Binary file not shown.

BIN
font/Inter-BlackItalic.ttf Normal file

Binary file not shown.

BIN
font/Inter-BlackItalic.woff Normal file

Binary file not shown.

Binary file not shown.

BIN
font/Inter-Bold.eot Normal file

Binary file not shown.

BIN
font/Inter-Bold.ttf Normal file

Binary file not shown.

BIN
font/Inter-Bold.woff Normal file

Binary file not shown.

BIN
font/Inter-Bold.woff2 Normal file

Binary file not shown.

BIN
font/Inter-BoldItalic.eot Normal file

Binary file not shown.

BIN
font/Inter-BoldItalic.ttf Normal file

Binary file not shown.

BIN
font/Inter-BoldItalic.woff Normal file

Binary file not shown.

BIN
font/Inter-BoldItalic.woff2 Normal file

Binary file not shown.

BIN
font/Inter-ExtraBold.eot Normal file

Binary file not shown.

BIN
font/Inter-ExtraBold.ttf Normal file

Binary file not shown.

BIN
font/Inter-ExtraBold.woff Normal file

Binary file not shown.

BIN
font/Inter-ExtraBold.woff2 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
font/Inter-Italic.eot Normal file

Binary file not shown.

BIN
font/Inter-Italic.ttf Normal file

Binary file not shown.

BIN
font/Inter-Italic.woff Normal file

Binary file not shown.

BIN
font/Inter-Italic.woff2 Normal file

Binary file not shown.

BIN
font/Inter-LightBETA.eot Normal file

Binary file not shown.

BIN
font/Inter-LightBETA.ttf Normal file

Binary file not shown.

BIN
font/Inter-LightBETA.woff Normal file

Binary file not shown.

BIN
font/Inter-LightBETA.woff2 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
font/Inter-Medium.eot Normal file

Binary file not shown.

BIN
font/Inter-Medium.ttf Normal file

Binary file not shown.

BIN
font/Inter-Medium.woff Normal file

Binary file not shown.

BIN
font/Inter-Medium.woff2 Normal file

Binary file not shown.

BIN
font/Inter-MediumItalic.eot Normal file

Binary file not shown.

BIN
font/Inter-MediumItalic.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
font/Inter-Regular.eot Normal file

Binary file not shown.

BIN
font/Inter-Regular.ttf Normal file

Binary file not shown.

BIN
font/Inter-Regular.woff Normal file

Binary file not shown.

BIN
font/Inter-Regular.woff2 Normal file

Binary file not shown.

BIN
font/Inter-SemiBold.eot Normal file

Binary file not shown.

BIN
font/Inter-SemiBold.ttf Normal file

Binary file not shown.

BIN
font/Inter-SemiBold.woff Normal file

Binary file not shown.

BIN
font/Inter-SemiBold.woff2 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
font/Inter-ThinBETA.eot Normal file

Binary file not shown.

BIN
font/Inter-ThinBETA.ttf Normal file

Binary file not shown.

BIN
font/Inter-ThinBETA.woff Normal file

Binary file not shown.

BIN
font/Inter-ThinBETA.woff2 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

649
font/demo.html Normal file
View File

@ -0,0 +1,649 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, noarchive">
<meta name="format-detection" content="telephone=no">
<title>Transfonter demo</title>
<link href="stylesheet.css" rel="stylesheet">
<style>
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* common styles */
body {
background: #f1f1f1;
color: #000;
}
.page {
background: #fff;
width: 920px;
margin: 0 auto;
padding: 20px 20px 0 20px;
overflow: hidden;
}
.font-container {
overflow-x: auto;
overflow-y: hidden;
margin-bottom: 40px;
line-height: 1.3;
white-space: nowrap;
padding-bottom: 5px;
}
h1 {
position: relative;
background: #444;
font-size: 32px;
color: #fff;
padding: 10px 20px;
margin: 0 -20px 12px -20px;
}
.letters {
font-size: 25px;
margin-bottom: 20px;
}
.s10:before {
content: '10px';
}
.s11:before {
content: '11px';
}
.s12:before {
content: '12px';
}
.s14:before {
content: '14px';
}
.s18:before {
content: '18px';
}
.s24:before {
content: '24px';
}
.s30:before {
content: '30px';
}
.s36:before {
content: '36px';
}
.s48:before {
content: '48px';
}
.s60:before {
content: '60px';
}
.s72:before {
content: '72px';
}
.s10:before, .s11:before, .s12:before, .s14:before,
.s18:before, .s24:before, .s30:before, .s36:before,
.s48:before, .s60:before, .s72:before {
font-family: Arial, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: normal;
color: #999;
padding-right: 6px;
}
pre {
display: block;
position: relative;
padding: 9px;
margin: 0 0 10px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important;
font-size: 13px;
line-height: 1.428571429;
color: #333;
font-weight: normal !important;
font-style: normal !important;
background-color: #f5f5f5;
border: 1px solid #ccc;
overflow-x: auto;
border-radius: 4px;
}
pre:after {
display: block;
position: absolute;
right: 0;
top: 0;
content: 'Usage';
line-height: 1;
padding: 5px 8px;
font-size: 12px;
color: #767676;
background-color: #fff;
border: 1px solid #ccc;
border-right: none;
border-top: none;
border-radius: 0 4px 0 4px;
z-index: 10;
}
/* responsive */
@media (max-width: 959px) {
.page {
width: auto;
margin: 0;
}
}
</style>
</head>
<body>
<div class="page">
<div class="demo" style="font-family: 'Inter'; font-weight: bold; font-style: italic;">
<h1>Inter Bold Italic</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: bold;
font-style: italic;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 500; font-style: italic;">
<h1>Inter Medium Italic</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 500;
font-style: italic;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 100; font-style: italic;">
<h1>Inter Thin Italic BETA</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 100;
font-style: italic;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: normal; font-style: normal;">
<h1>Inter Regular</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: normal;
font-style: normal;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 900; font-style: normal;">
<h1>Inter Black</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 900;
font-style: normal;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 900; font-style: italic;">
<h1>Inter Black Italic</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 900;
font-style: italic;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 300; font-style: normal;">
<h1>Inter Light BETA</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 300;
font-style: normal;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 600; font-style: normal;">
<h1>Inter Semi Bold</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 600;
font-style: normal;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 800; font-style: italic;">
<h1>Inter Extra Bold Italic</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 800;
font-style: italic;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: bold; font-style: normal;">
<h1>Inter Bold</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: bold;
font-style: normal;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 200; font-style: italic;">
<h1>Inter Extra Light Italic BETA</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 200;
font-style: italic;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 200; font-style: normal;">
<h1>Inter Extra Light BETA</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 200;
font-style: normal;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 800; font-style: normal;">
<h1>Inter Extra Bold</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 800;
font-style: normal;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 100; font-style: normal;">
<h1>Inter Thin BETA</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 100;
font-style: normal;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 300; font-style: italic;">
<h1>Inter Light Italic BETA</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 300;
font-style: italic;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: normal; font-style: italic;">
<h1>Inter Italic</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: normal;
font-style: italic;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 600; font-style: italic;">
<h1>Inter Semi Bold Italic</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 600;
font-style: italic;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
<div class="demo" style="font-family: 'Inter'; font-weight: 500; font-style: normal;">
<h1>Inter Medium</h1>
<pre>.your-style {
font-family: 'Inter';
font-weight: 500;
font-style: normal;
}</pre>
<div class="font-container">
<p class="letters">
abcdefghijklmnopqrstuvwxyz<br>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
0123456789.:,;()*!?'@#<>$%&^+-=~
</p>
<p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
<p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
</div>
</div>
</div>
</body>
</html>

216
font/stylesheet.css Normal file
View File

@ -0,0 +1,216 @@
@font-face {
font-family: 'Inter';
src: url('Inter-BoldItalic.eot');
src: local('Inter Bold Italic'), local('Inter-BoldItalic'),
url('Inter-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('Inter-BoldItalic.woff2') format('woff2'),
url('Inter-BoldItalic.woff') format('woff'),
url('Inter-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Inter';
src: url('Inter-MediumItalic.eot');
src: local('Inter Medium Italic'), local('Inter-MediumItalic'),
url('Inter-MediumItalic.eot?#iefix') format('embedded-opentype'),
url('Inter-MediumItalic.woff2') format('woff2'),
url('Inter-MediumItalic.woff') format('woff'),
url('Inter-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Inter';
src: url('Inter-ThinItalicBETA.eot');
src: local('Inter Thin Italic BETA'), local('Inter-ThinItalicBETA'),
url('Inter-ThinItalicBETA.eot?#iefix') format('embedded-opentype'),
url('Inter-ThinItalicBETA.woff2') format('woff2'),
url('Inter-ThinItalicBETA.woff') format('woff'),
url('Inter-ThinItalicBETA.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'Inter';
src: url('Inter-Regular.eot');
src: local('Inter Regular'), local('Inter-Regular'),
url('Inter-Regular.eot?#iefix') format('embedded-opentype'),
url('Inter-Regular.woff2') format('woff2'),
url('Inter-Regular.woff') format('woff'),
url('Inter-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('Inter-Black.eot');
src: local('Inter Black'), local('Inter-Black'),
url('Inter-Black.eot?#iefix') format('embedded-opentype'),
url('Inter-Black.woff2') format('woff2'),
url('Inter-Black.woff') format('woff'),
url('Inter-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('Inter-BlackItalic.eot');
src: local('Inter Black Italic'), local('Inter-BlackItalic'),
url('Inter-BlackItalic.eot?#iefix') format('embedded-opentype'),
url('Inter-BlackItalic.woff2') format('woff2'),
url('Inter-BlackItalic.woff') format('woff'),
url('Inter-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: 'Inter';
src: url('Inter-LightBETA.eot');
src: local('Inter Light BETA'), local('Inter-LightBETA'),
url('Inter-LightBETA.eot?#iefix') format('embedded-opentype'),
url('Inter-LightBETA.woff2') format('woff2'),
url('Inter-LightBETA.woff') format('woff'),
url('Inter-LightBETA.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('Inter-SemiBold.eot');
src: local('Inter Semi Bold'), local('Inter-SemiBold'),
url('Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
url('Inter-SemiBold.woff2') format('woff2'),
url('Inter-SemiBold.woff') format('woff'),
url('Inter-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('Inter-ExtraBoldItalic.eot');
src: local('Inter Extra Bold Italic'), local('Inter-ExtraBoldItalic'),
url('Inter-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
url('Inter-ExtraBoldItalic.woff2') format('woff2'),
url('Inter-ExtraBoldItalic.woff') format('woff'),
url('Inter-ExtraBoldItalic.ttf') format('truetype');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'Inter';
src: url('Inter-Bold.eot');
src: local('Inter Bold'), local('Inter-Bold'),
url('Inter-Bold.eot?#iefix') format('embedded-opentype'),
url('Inter-Bold.woff2') format('woff2'),
url('Inter-Bold.woff') format('woff'),
url('Inter-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('Inter-ExtraLightItalicBETA.eot');
src: local('Inter Extra Light Italic BETA'), local('Inter-ExtraLightItalicBETA'),
url('Inter-ExtraLightItalicBETA.eot?#iefix') format('embedded-opentype'),
url('Inter-ExtraLightItalicBETA.woff2') format('woff2'),
url('Inter-ExtraLightItalicBETA.woff') format('woff'),
url('Inter-ExtraLightItalicBETA.ttf') format('truetype');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'Inter';
src: url('Inter-ExtraLightBETA.eot');
src: local('Inter Extra Light BETA'), local('Inter-ExtraLightBETA'),
url('Inter-ExtraLightBETA.eot?#iefix') format('embedded-opentype'),
url('Inter-ExtraLightBETA.woff2') format('woff2'),
url('Inter-ExtraLightBETA.woff') format('woff'),
url('Inter-ExtraLightBETA.ttf') format('truetype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('Inter-ExtraBold.eot');
src: local('Inter Extra Bold'), local('Inter-ExtraBold'),
url('Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
url('Inter-ExtraBold.woff2') format('woff2'),
url('Inter-ExtraBold.woff') format('woff'),
url('Inter-ExtraBold.ttf') format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('Inter-ThinBETA.eot');
src: local('Inter Thin BETA'), local('Inter-ThinBETA'),
url('Inter-ThinBETA.eot?#iefix') format('embedded-opentype'),
url('Inter-ThinBETA.woff2') format('woff2'),
url('Inter-ThinBETA.woff') format('woff'),
url('Inter-ThinBETA.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('Inter-LightItalicBETA.eot');
src: local('Inter Light Italic BETA'), local('Inter-LightItalicBETA'),
url('Inter-LightItalicBETA.eot?#iefix') format('embedded-opentype'),
url('Inter-LightItalicBETA.woff2') format('woff2'),
url('Inter-LightItalicBETA.woff') format('woff'),
url('Inter-LightItalicBETA.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Inter';
src: url('Inter-Italic.eot');
src: local('Inter Italic'), local('Inter-Italic'),
url('Inter-Italic.eot?#iefix') format('embedded-opentype'),
url('Inter-Italic.woff2') format('woff2'),
url('Inter-Italic.woff') format('woff'),
url('Inter-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Inter';
src: url('Inter-SemiBoldItalic.eot');
src: local('Inter Semi Bold Italic'), local('Inter-SemiBoldItalic'),
url('Inter-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
url('Inter-SemiBoldItalic.woff2') format('woff2'),
url('Inter-SemiBoldItalic.woff') format('woff'),
url('Inter-SemiBoldItalic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Inter';
src: url('Inter-Medium.eot');
src: local('Inter Medium'), local('Inter-Medium'),
url('Inter-Medium.eot?#iefix') format('embedded-opentype'),
url('Inter-Medium.woff2') format('woff2'),
url('Inter-Medium.woff') format('woff'),
url('Inter-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}

BIN
img/.DS_Store vendored Normal file

Binary file not shown.

0
img/.gitignore vendored Normal file
View File

BIN
img/Burger Menu.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

BIN
img/GitHubLogo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 B

BIN
img/Illustration.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

301
img/Illustration.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 189 KiB

BIN
img/Logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
img/SFPresentation.mp4 Normal file

Binary file not shown.

BIN
img/Selfprivacy.org.zip Normal file

Binary file not shown.

BIN
img/TelegramLogo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

BIN
img/TwitterLogo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

BIN
img/Vector-1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

BIN
img/Vector-2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

BIN
img/Vector-3.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

BIN
img/Vector.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

BIN
img/cd-icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

BIN
img/eye-icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
img/ind-icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 989 B

BIN
img/like-icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1023 B

BIN
img/list-icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
img/sceenshots.zip Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More