Merge branch 'master' of git.jeremydormitzer.com:jdormit/jeremy-website

This commit is contained in:
Jeremy Dormitzer 2019-06-08 00:16:37 -04:00
commit 28328b8870
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,5 @@
#lang pollen
@font-face {
font-family: 'Century Supra';
src: url('Century Supra T3 Regular.otf') format('opentype'),

View File

@ -1,7 +1,9 @@
#lang pollen
@font-face {
font-family: 'Triplicate Code';
src: url('Triplicate T3 Code Regular.otf') format('opentype'),
url('Triplicate T3 Code Regular.ttf') format('truetype'),
src: url('Triplicate T4 Code Regular.otf') format('opentype'),
url('Triplicate T4 Code Regular.ttf') format('truetype'),
url('triplicate_t4_code_regular.woff') format('woff');
font-weight: normal;
font-style: normal;
@ -9,8 +11,8 @@
@font-face {
font-family: 'Triplicate Code';
src: url('Triplicate T3 Code Bold.otf') format('opentype'),
url('Triplicate T3 Code Bold.ttf') format('truetype'),
src: url('Triplicate T4 Code Bold.otf') format('opentype'),
url('Triplicate T4 Code Bold.ttf') format('truetype'),
url('triplicate_t4_code_bold.woff') format('woff');
font-weight: bold;
font-style: normal;
@ -18,8 +20,8 @@
@font-face {
font-family: 'Triplicate Code';
src: url('Triplicate T3 Code Italic.otf') format('opentype'),
url('Triplicate T3 Code Italic.ttf') format('truetype'),
src: url('Triplicate T4 Code Italic.otf') format('opentype'),
url('Triplicate T4 Code Italic.ttf') format('truetype'),
url('triplicate_t4_code_italic.woff') format('woff');
font-weight: normal;
font-style: italic;
@ -27,8 +29,8 @@
@font-face {
font-family: 'Triplicate Code';
src: url('Triplicate T3 Code Bold Italic.otf') format('opentype'),
url('Triplicate T3 Code Bold Italic.ttf') format('truetype'),
src: url('Triplicate T4 Code Bold Italic.otf') format('opentype'),
url('Triplicate T4 Code Bold Italic.ttf') format('truetype'),
url('triplicate_t4_code_bold_italic.woff') format('woff');
font-weight: bold;
font-style: italic;