Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed Junction-bold.otf
Binary file not shown.
Binary file removed Junction-light.otf
Binary file not shown.
Binary file removed Junction-regular.otf
Binary file not shown.
105 changes: 105 additions & 0 deletions demos/variable-wordweight.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">

<title>Junction - Demo Page</title>
<meta name="description" content="Using a variable font">
<meta name="author" content="Tyler Finck">

<style>
@font-face {
font-family: 'Junction';
src: url('../fonts/variable/JunctionVariable.ttf') format("truetype");
font-style: normal;
font-weight: 300 700;
}

body {
font-family: "Junction";
}

header {
font-size: 18px;
border-bottom: 2px solid black;
padding: 1em 0;
margin: 0 0 5em;
font-weight: 500;
}


#demo {
max-width: 800px;
margin: 30vh auto;
position: relative;
}

li {
list-style-type: none;
font-size: calc(101px);
text-align: center;
animation: bigger infinite;
animation-duration: 1.5s;
animation-timing-function: ease;
}

ul {
text-align: center;
z-index: 2;
position: relative;
}
li {
margin: 0;
padding: 0;
display: inline-block;
}


h1 {
color: #ffec00;
font-size: 150px;
position: absolute;
z-index: 1;
font-weight: 700;
left: 11%;
margin: 0;
top: -16%;
}

@keyframes bigger {
0% {font-variation-settings: "wght" 300}
50% {font-variation-settings: "wght" 700 }
100% {font-variation-settings: "wght" 300 }
}

li:nth-child(2) {animation-delay: .1s}
li:nth-child(3) {animation-delay: .2s}
li:nth-child(4) {animation-delay: .3s}
li:nth-child(5) {animation-delay: .4s}
li:nth-child(6) {animation-delay: .5s}
li:nth-child(7) {animation-delay: .6s}
li:nth-child(8) {animation-delay: .7s}

</style>

</head>

<body>

<section id="demo">
<h1>JUNCTION</h1>
<ul>
<li>v</li>
<li>a</li>
<li>r</li>
<li>i</li>
<li>a</li>
<li>b</li>
<li>l</li>
<li>e</li>

</ul>
</section>
</body>
</html>
Binary file added fonts/static/otf/Junction-Bold.otf
Binary file not shown.
Binary file added fonts/static/otf/Junction-Light.otf
Binary file not shown.
Binary file added fonts/static/otf/Junction-Medium.otf
Binary file not shown.
Binary file added fonts/static/otf/Junction-Regular.otf
Binary file not shown.
Binary file added fonts/static/otf/Junction-SemiBold.otf
Binary file not shown.
Binary file added fonts/static/ttf/Junction-Bold.ttf
Binary file not shown.
Binary file added fonts/static/ttf/Junction-Light.ttf
Binary file not shown.
Binary file added fonts/static/ttf/Junction-Medium.ttf
Binary file not shown.
Binary file added fonts/static/ttf/Junction-Regular.ttf
Binary file not shown.
Binary file added fonts/static/ttf/Junction-SemiBold.ttf
Binary file not shown.
Binary file added fonts/variable/JunctionVariable-Regular.ttf
Binary file not shown.
Binary file added fonts/variable/JunctionVariable-Regular.woff2
Binary file not shown.
Binary file added fonts/web/woff/Junction-Bold.woff
Binary file not shown.
Binary file added fonts/web/woff/Junction-Light.woff
Binary file not shown.
Binary file added fonts/web/woff/Junction-Medium.woff
Binary file not shown.
Binary file added fonts/web/woff/Junction-Regular.woff
Binary file not shown.
Binary file added fonts/web/woff/Junction-SemiBold.woff
Binary file not shown.
Binary file added fonts/web/woff2/Junction-Bold.woff2
Binary file not shown.
Binary file added fonts/web/woff2/Junction-Light.woff2
Binary file not shown.
Binary file added fonts/web/woff2/Junction-Medium.woff2
Binary file not shown.
Binary file added fonts/web/woff2/Junction-Regular.woff2
Binary file not shown.
Binary file added fonts/web/woff2/Junction-SemiBold.woff2
Binary file not shown.
Binary file added images/junction-typesample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/junctionvariable.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 5 additions & 6 deletions readme.markdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
![Junction](https://github.com/theleagueof/junction/raw/master/images/junction-1.png)
![Junction Variable](https://github.com/sursly/junction/raw/master/images/junctionvariable.gif)

Junction
Junction Variable
========
_by [Caroline Hadilaksono](http://www.hadilaksono.com) & [Tyler Finck](http://www.tylerfinck.com/)_

Junction is a a humanist sans-serif, and the first open-source type project started by The League of Moveable Type. It has been updated (2014) to include additional weights (light/bold) and expanded international support.

_by [Caroline Hadilaksono](http://www.hadilaksono.com) & [Tyler Finck](https://www.tylerfinck.com/)_

Junction is a a humanist sans-serif, and the first open-source type project started by The League of Moveable Type. It has been updated (2014) to include additional weights (light/bold) and expanded international support. Recently (October 2020) it was updated to include even more language support, more weights, and a variable font.

![Junction glyphs](https://github.com/sursly/junction/raw/master/images/junction-typesample.png)
Binary file removed source/Junction-bold.vfb
Binary file not shown.
Binary file removed source/Junction-light.vfb
Binary file not shown.
Binary file removed source/Junction-regular.vfb
Binary file not shown.
Binary file removed source/Junction.bak
Binary file not shown.
88 changes: 0 additions & 88 deletions source/Junction.ufo/features.fea

This file was deleted.

169 changes: 0 additions & 169 deletions source/Junction.ufo/fontinfo.plist

This file was deleted.

Loading