diff options
| author | saturneric <[email protected]> | 2025-11-09 02:36:16 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2025-11-09 02:36:16 +0000 |
| commit | 98c1763d3807378f67b9e1f140d8ed73f8698c12 (patch) | |
| tree | c79a5f2aa67f00c3b8b8d744f2d328aed9716395 | |
| parent | perf(config): reduce cache sizes and TTLs (diff) | |
| parent | docs(config): update site title and readme path (diff) | |
| download | cgit-98c1763d3807378f67b9e1f140d8ed73f8698c12.tar.gz cgit-98c1763d3807378f67b9e1f140d8ed73f8698c12.zip | |
Merge branch 'saturneric'
82 files changed, 698 insertions, 43 deletions
@@ -15,15 +15,17 @@ RUN make NO_REGEX=NeedsStartEnd LUA_PKGCONFIG=lua5.4 -j$(nproc) install FROM alpine:latest AS runtime -COPY --from=builder /var/www/htdocs/cgit /usr/share/webapps/cgit -COPY ./filters /usr/lib/cgit/filters - RUN apk --no-cache add lighttpd python3 lua5.4 py3-markdown py3-pygments highlight -COPY lighttpd.conf /etc/lighttpd/lighttpd.conf -COPY cgitrc /etc/cgitrc -COPY cgitrepos /etc/cgitrepos -COPY web/ /var/www/ +COPY --from=builder /var/www/htdocs/cgit /usr/share/webapps/cgit +COPY ./source-code-pro/ /usr/share/webapps/cgit/ +COPY ./about.html /usr/share/webapps/cgit/about.html +COPY ./filters /usr/lib/cgit/filters +COPY ./lua /usr/lib/cgit/lua + +COPY lighttpd.conf /etc/lighttpd/lighttpd.conf +COPY cgitrc /etc/cgitrc +COPY cgitrepos /etc/cgitrepos RUN mkdir -p /var/cache/cgit && \ chown -R lighttpd:lighttpd /var/cache/cgit && \ diff --git a/Dockerfile.dev b/Dockerfile.dev index 034f602..04ce5b7 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -26,12 +26,15 @@ RUN apt-get update && \ apt-get install -y --no-install-recommends lighttpd lighttpd-mod-magnet liblua5.4-0 python3 highlight python3-markdown python3-pygments && \ rm -rf /var/lib/apt/lists/* -COPY --from=builder /var/www/htdocs/cgit /usr/share/webapps/cgit -COPY ./filters /usr/lib/cgit/filters +COPY --from=builder /var/www/htdocs/cgit /usr/share/webapps/cgit +COPY ./source-code-pro/ /usr/share/webapps/cgit/ +COPY ./about.html /usr/share/webapps/cgit/about.html +COPY ./filters /usr/lib/cgit/filters +COPY ./lua /usr/lib/cgit/lua -COPY lighttpd.conf /etc/lighttpd/lighttpd.conf -COPY cgitrc /etc/cgitrc -COPY cgitrepos /etc/cgitrepos +COPY lighttpd.conf /etc/lighttpd/lighttpd.conf +COPY cgitrc /etc/cgitrc +COPY cgitrepos /etc/cgitrepos RUN mkdir -p /var/cache/cgit && \ chown -R www-data:www-data /var/cache/cgit diff --git a/web/about.html b/about.html index 2caa07c..2caa07c 100644 --- a/web/about.html +++ b/about.html @@ -1,3 +1,5 @@ +@import url(source-code-pro.css); + div#cgit { padding: 0em; margin: 0em; @@ -85,7 +87,8 @@ div#cgit table.tabs td a.active { background-color: #ccc; } -div#cgit table.tabs a[href^="http://"]:after, div#cgit table.tabs a[href^="https://"]:after { +div#cgit table.tabs a[href^="http://"]:after, +div#cgit table.tabs a[href^="https://"]:after { content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgAhcJDQY+gm2TAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABbSURBVAhbY2BABs4MU4CwhYHBh2Erww4wrGFQZHjI8B8IgUIscJWyDHcggltQhI4zGDCcRwhChPggHIggP1QoAVmQkSETrGoHsiAEsACtBYN0oDAMbgU6EBcAAL2eHUt4XUU4AAAAAElFTkSuQmCC); opacity: 0.5; margin: 0 0 0 5px; @@ -178,10 +181,14 @@ div#cgit table.list td { } div#cgit table.list td.commitgraph { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; white-space: pre; } +div#cgit pre { + font-family: "Source Code Pro", "Courier New", monospace; +} + div#cgit table.list td.commitgraph .column1 { color: #a00; } @@ -207,12 +214,12 @@ div#cgit table.list td.commitgraph .column6 { } div#cgit table.list td.logsubject { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; font-weight: bold; } div#cgit table.list td.logmsg { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; white-space: pre; padding: 0 0.5em; } @@ -280,18 +287,20 @@ div#cgit div.error { margin: 1em 2em; } -div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit .ls-mod { - font-family: monospace; +div#cgit a.ls-blob, +div#cgit a.ls-dir, +div#cgit .ls-mod { + font-family: "Source Code Pro", "Courier New", monospace; } div#cgit td.ls-size { text-align: right; - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; width: 10em; } div#cgit td.ls-mode { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; width: 10em; } @@ -302,20 +311,23 @@ div#cgit table.blob { div#cgit table.blob td.hashes, div#cgit table.blob td.lines { - margin: 0; padding: 0 0 0 0.5em; + margin: 0; + padding: 0 0 0 0.5em; vertical-align: top; color: black; } div#cgit table.blob td.linenumbers { - margin: 0; padding: 0 0.5em 0 0.5em; + margin: 0; + padding: 0 0.5em 0 0.5em; vertical-align: top; text-align: right; border-right: 1px solid gray; } div#cgit table.blob pre { - padding: 0; margin: 0; + padding: 0; + margin: 0; } div#cgit table.blob td.linenumbers a, @@ -353,11 +365,11 @@ div#cgit table.blame div.alt:nth-child(odd) { background: white; } -div#cgit table.blame td.lines > div { +div#cgit table.blame td.lines>div { position: relative; } -div#cgit table.blame td.lines > div > pre { +div#cgit table.blame td.lines>div>pre { padding: 0 0 0 0.5em; position: absolute; top: 0; @@ -373,14 +385,14 @@ div#cgit table.bin-blob { } div#cgit table.bin-blob th { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; white-space: pre; border: solid 1px #777; padding: 0.5em 1em; } div#cgit table.bin-blob td { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; white-space: pre; border-left: solid 1px #777; padding: 0em 1em; @@ -443,7 +455,7 @@ div#cgit div.commit-subject { div#cgit div.commit-msg { white-space: pre; - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; } div#cgit div.notes-header { @@ -453,7 +465,7 @@ div#cgit div.notes-header { div#cgit div.notes { white-space: pre; - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; border: solid 1px #ee9; background-color: #ffd; padding: 0.3em 2em 0.3em 1em; @@ -543,7 +555,7 @@ div#cgit table.diff { } div#cgit table.diff td { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; white-space: pre; } @@ -566,7 +578,7 @@ div#cgit table.diff td div.del { } div#cgit .oid { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; font-size: 90%; } @@ -596,9 +608,7 @@ div#cgit a.secondary { font-size: 90%; } -div#cgit td.toplevel-repo { - -} +div#cgit td.toplevel-repo {} div#cgit table.list td.sublevel-repo { padding-left: 1.5em; @@ -748,7 +758,7 @@ div#cgit table.stats td.total { div#cgit table.stats td.sum { color: #c00; font-weight: bold; -/* background-color: #eee; */ + /* background-color: #eee; */ } div#cgit table.stats td.left { @@ -805,7 +815,7 @@ div#cgit table.ssdiff { div#cgit table.ssdiff td { font-size: 75%; - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; white-space: pre; padding: 1px 4px 1px 4px; border-left: solid 1px #aaa; @@ -897,3 +907,476 @@ div#cgit table.ssdiff td.space { div#cgit table.ssdiff td.space div { min-height: 3em; } + +div#cgit span.libravatar img.onhover { + display: none; + border: 1px solid gray; + padding: 0px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + width: 128px; + height: 128px; +} + +div#cgit span.libravatar img.inline { + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + width: 13px; + height: 13px; + margin-right: 0.2em; + opacity: 0.6; +} + +div#cgit span.libravatar:hover>img.onhover { + display: block; + position: absolute; + margin-left: 1.5em; + background-color: #eeeeee; + box-shadow: 2px 2px 7px rgba(100, 100, 100, 0.75); +} + +/* + Color overrides for browsers running in dark mode. + "only all and ..." forces very old browsers to ignore the media query: + https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries#improving_compatibility_with_older_browsers +*/ +:root { + color-scheme: light dark; +} + +@media only all and (prefers-color-scheme: dark) { + + html, + div#cgit { + color: #eee; + background: #171717; + } + + div#cgit a { + color: #3af; + } + + div#cgit .diffstat-header a { + color: #28d; + } + + div#cgit table#header td.main a { + color: #eee; + } + + div#cgit table#header td.sub { + color: #999; + } + + div#cgit table.tabs { + border-bottom-color: #444; + } + + div#cgit table.tabs td a { + color: #888; + } + + div#cgit table.tabs td a.active { + color: #fff; + background-color: #444; + } + + div#cgit div.path { + color: #eee; + background-color: #333; + } + + div#cgit div.content { + border-bottom-color: #bbb; + } + + div#cgit table.list tr { + background: #171717; + } + + div#cgit table.list tr.logheader { + background: #171717; + } + + div#cgit table.list tr:nth-child(even) { + background: #171717; + } + + div#cgit table.list tr:nth-child(odd) { + background: #1f1f1f; + } + + div#cgit table.list tr:hover { + background: #333; + } + + div#cgit table.list tr.nohover { + background: #171717; + } + + div#cgit table.list tr.nohover:hover { + background: #171717; + } + + div#cgit table.list tr.nohover-highlight:hover:nth-child(even) { + background: #171717; + } + + div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) { + background: #1f1f1f; + } + + div#cgit table.list td.commitgraph .column1 { + color: #f55; + } + + div#cgit table.list td.commitgraph .column2 { + color: #5f5; + } + + div#cgit table.list td.commitgraph .column3 { + color: #ff5; + } + + div#cgit table.list td.commitgraph .column4 { + color: #55f; + } + + div#cgit table.list td.commitgraph .column5 { + color: #f5f; + } + + div#cgit table.list td.commitgraph .column6 { + color: #5ff; + } + + div#cgit table.list td a { + color: #eee; + } + + div#cgit table.list td a.ls-dir { + color: #28d; + } + + div#cgit table.list td a:hover { + color: #3af; + } + + div#cgit table#downloads { + border-color: #888; + } + + div#cgit table#downloads th { + background-color: #333; + } + + div#cgit div#blob { + border-color: #eee; + } + + div#cgit table.blob { + border-top-color: #eee; + } + + div#cgit table.blob td.hashes, + div#cgit table.blob td.lines { + color: #eee; + } + + div#cgit table.blob td.linenumbers { + border-right-color: gray; + } + + div#cgit table.blob td.linenumbers a, + div#cgit table.ssdiff td.lineno a { + color: gray; + } + + div#cgit table.blob td.linenumbers a:hover, + div#cgit table.ssdiff td.lineno a:hover { + color: #eee; + } + + div#cgit table.blame div.alt:nth-child(even) { + background: #171717; + } + + div#cgit table.blame div.alt:nth-child(odd) { + background: #1f1f1f; + } + + div#cgit table.bin-blob { + border-color: #eee; + } + + div#cgit table.bin-blob th { + border-color: #888; + } + + div#cgit table.bin-blob td { + border-left-color: #888; + } + + div#cgit div.cgit-panel table { + border-color: #555; + background-color: #282828; + } + + div#cgit div.notes { + border-color: #661; + background-color: #220; + } + + div#cgit table.diffstat { + border-color: #555; + background-color: #282828; + } + + div#cgit table.diffstat td span.modechange { + color: #c66; + } + + div#cgit table.diffstat td.add a { + color: #6c6; + } + + div#cgit table.diffstat td.del a { + color: #c66; + } + + div#cgit table.diffstat td.upd a { + color: #3af; + } + + div#cgit table.diffstat td.graph td.add { + background-color: #3a3; + } + + div#cgit table.diffstat td.graph td.rem { + background-color: #a33; + } + + div#cgit div.diffstat-summary { + color: #777; + } + + div#cgit table.diff td div.head { + color: #eee; + } + + div#cgit table.diff td div.hunk { + color: #28d; + } + + div#cgit table.diff td div.add { + color: #6c6; + } + + div#cgit table.diff td div.del { + color: #c66; + } + + div#cgit table.list td.reposection { + color: #777; + } + + div#cgit ul.pager a { + color: #888; + } + + div#cgit span.age-mins { + color: #7f7; + } + + div#cgit span.age-hours { + color: #7f7; + } + + div#cgit span.age-days { + color: #9d9; + } + + div#cgit span.age-weeks { + color: #bbb; + } + + div#cgit span.age-months { + color: #888; + } + + div#cgit span.age-years { + color: #666; + } + + div#cgit span.insertions { + color: #7f7; + } + + div#cgit span.deletions { + color: #e33; + } + + div#cgit div.footer { + color: #555; + } + + div#cgit div.footer a { + color: #555; + } + + div#cgit a.branch-deco { + color: #fff; + background-color: #361; + border-color: #3b2; + } + + div#cgit a.tag-deco { + color: #fff; + background-color: #650; + border-color: #ba3; + } + + div#cgit a.tag-annotated-deco { + color: #fff; + background-color: #840; + border-color: #b96; + } + + div#cgit a.remote-deco { + color: #fff; + background-color: #348; + border-color: #67c; + } + + div#cgit a.deco { + color: #fff; + background-color: #922; + border-color: #d55; + } + + div#cgit a.branch-deco:hover, + div#cgit table.list td a.branch-deco:hover, + div#cgit a.tag-deco:hover, + div#cgit table.list td a.tag-deco:hover, + div#cgit a.tag-annotated-deco:hover, + div#cgit table.list td a.tag-annotated-deco:hover, + div#cgit a.remote-deco:hover, + div#cgit table.list td a.remote-deco:hover, + div#cgit a.deco:hover, + div#cgit table.list td a.deco:hover { + color: #fff; + } + + div#cgit table.stats { + border-color: #555; + } + + div#cgit table.stats th { + background-color: #333; + border-color: #555; + } + + div#cgit table.stats td { + border-color: #555; + } + + div#cgit table.stats td.sum { + color: #5C7E9B; + } + + div#cgit table.vgraph { + border-color: #eee; + } + + div#cgit table.vgraph th { + background-color: #1f1f1f; + border-color: black; + } + + div#cgit table.vgraph div.bar { + background-color: #1f1f1f; + } + + div#cgit table.hgraph { + border-color: #eee; + } + + div#cgit table.hgraph th { + background-color: #1f1f1f; + border-color: #eee; + } + + div#cgit table.hgraph div.bar { + background-color: #1f1f1f; + } + + div#cgit table.ssdiff td { + border-left-color: #555; + border-right-color: #555; + } + + div#cgit table.ssdiff td.add { + color: #eee; + background: #353; + } + + div#cgit table.ssdiff td.add_dark { + color: #eee; + background: #030; + } + + div#cgit table.ssdiff span.add { + background: #030; + } + + div#cgit table.ssdiff td.del { + color: #eee; + background: #533; + } + + div#cgit table.ssdiff td.del_dark { + color: #eee; + background: #411; + } + + div#cgit table.ssdiff span.del { + background: #300; + } + + div#cgit table.ssdiff td.changed { + color: #eee; + background: #553; + } + + div#cgit table.ssdiff td.changed_dark { + color: #eee; + background: #330; + } + + div#cgit table.ssdiff td.lineno { + color: #eee; + background: #1f1f1f; + } + + div#cgit table.ssdiff td.hunk { + color: #eee; + background: #0D3D64; + border-top-color: #555; + border-bottom-color: #555; + } + + div#cgit table.ssdiff td.head { + border-top-color: #555; + border-bottom-color: #555; + } + + div#cgit table.ssdiff td.head div.head { + color: #eee; + } + + div#cgit table.ssdiff td.foot { + border-top-color: #555; + } +}
\ No newline at end of file Binary files differ@@ -63,7 +63,7 @@ local-time=1 root-title=cgit root-desc=A fast web interface for the Git SCM -root-readme=/var/www/about.html +root-readme=/usr/share/webapps/cgit/about.html #footer=/var/www/footer.html # if you do not want that webcrawler (like google) index your site diff --git a/filters/html-converters/md2html b/filters/html-converters/md2html index 59f43a8..64ed75a 100755 --- a/filters/html-converters/md2html +++ b/filters/html-converters/md2html @@ -39,6 +39,8 @@ sys.stdout.write(''' -webkit-font-smoothing: antialiased; cursor: text; position: relative; + color: #fff; + border-color: #333; } .markdown-body h1 .mini-icon-link, .markdown-body h2 .mini-icon-link, .markdown-body h3 .mini-icon-link, .markdown-body h4 .mini-icon-link, .markdown-body h5 .mini-icon-link, .markdown-body h6 .mini-icon-link { display: none; @@ -55,7 +57,7 @@ sys.stdout.write(''' display: inline-block; } div#cgit .markdown-body h1 a.toclink, div#cgit .markdown-body h2 a.toclink, div#cgit .markdown-body h3 a.toclink, div#cgit .markdown-body h4 a.toclink, div#cgit .markdown-body h5 a.toclink, div#cgit .markdown-body h6 a.toclink { - color: black; + color: white; } .markdown-body h1 tt, .markdown-body h1 code, .markdown-body h2 tt, .markdown-body h2 code, .markdown-body h3 tt, .markdown-body h3 code, .markdown-body h4 tt, .markdown-body h4 code, .markdown-body h5 tt, .markdown-body h5 code, .markdown-body h6 tt, .markdown-body h6 code { font-size: inherit; @@ -284,7 +286,7 @@ div#cgit .markdown-body h1 a.toclink, div#cgit .markdown-body h2 a.toclink, div# border: none; } ''') -sys.stdout.write(HtmlFormatter(style='pastie').get_style_defs('.highlight')) +sys.stdout.write(HtmlFormatter(style='monokai').get_style_defs('.highlight')) sys.stdout.write(''' </style> ''') diff --git a/filters/syntax-highlighting.sh b/filters/syntax-highlighting.sh index 3de95fa..f19be13 100755 --- a/filters/syntax-highlighting.sh +++ b/filters/syntax-highlighting.sh @@ -118,4 +118,4 @@ EXTENSION="${BASENAME##*.}" #exec highlight --force -f -I -X -S "$EXTENSION" 2>/dev/null # This is for version 3 -exec highlight --force --inline-css -f -I -O xhtml -S "$EXTENSION" 2>/dev/null +exec highlight --force --style=darkplus --inline-css -f -I -O xhtml -S "$EXTENSION" 2>/dev/null diff --git a/lighttpd.conf b/lighttpd.conf index d777f6e..3730ea3 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -6,6 +6,4 @@ server.modules += ("mod_alias", "mod_cgi", "mod_rewrite") cgi.assign = ("cgit.cgi" => "") mimetype.assign = ( ".css" => "text/css" ) -url.rewrite-once = ( - "^/((?!cgit\.(css|png)$)(?!favicon\.ico$)(?!robots\.txt$).*)$" => "/cgit.cgi/$1" -) +url.rewrite-if-not-file = ( "^/(.*)$" => "/cgit.cgi/$1" ) diff --git a/source-code-pro/WOFF/.DS_Store b/source-code-pro/WOFF/.DS_Store Binary files differnew file mode 100644 index 0000000..a9fcd5d --- /dev/null +++ b/source-code-pro/WOFF/.DS_Store diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-Black.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-Black.otf.woff Binary files differnew file mode 100644 index 0000000..405e907 --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-Black.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-BlackIt.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-BlackIt.otf.woff Binary files differnew file mode 100644 index 0000000..f483d0e --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-BlackIt.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-Bold.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-Bold.otf.woff Binary files differnew file mode 100644 index 0000000..c3f5524 --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-Bold.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-BoldIt.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-BoldIt.otf.woff Binary files differnew file mode 100644 index 0000000..04ed805 --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-BoldIt.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-ExtraLight.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-ExtraLight.otf.woff Binary files differnew file mode 100644 index 0000000..1477902 --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-ExtraLight.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-ExtraLightIt.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-ExtraLightIt.otf.woff Binary files differnew file mode 100644 index 0000000..a2789f8 --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-ExtraLightIt.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-It.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-It.otf.woff Binary files differnew file mode 100644 index 0000000..2add4be --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-It.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-Light.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-Light.otf.woff Binary files differnew file mode 100644 index 0000000..4539e37 --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-Light.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-LightIt.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-LightIt.otf.woff Binary files differnew file mode 100644 index 0000000..9224b22 --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-LightIt.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-Medium.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-Medium.otf.woff Binary files differnew file mode 100644 index 0000000..03ae712 --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-Medium.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-MediumIt.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-MediumIt.otf.woff Binary files differnew file mode 100644 index 0000000..5c7320a --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-MediumIt.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-Regular.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-Regular.otf.woff Binary files differnew file mode 100644 index 0000000..31a4a7d --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-Regular.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-Semibold.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-Semibold.otf.woff Binary files differnew file mode 100644 index 0000000..c5db9a3 --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-Semibold.otf.woff diff --git a/source-code-pro/WOFF/OTF/SourceCodePro-SemiboldIt.otf.woff b/source-code-pro/WOFF/OTF/SourceCodePro-SemiboldIt.otf.woff Binary files differnew file mode 100644 index 0000000..5022a53 --- /dev/null +++ b/source-code-pro/WOFF/OTF/SourceCodePro-SemiboldIt.otf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-Black.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-Black.ttf.woff Binary files differnew file mode 100644 index 0000000..1d69830 --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-Black.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-BlackIt.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-BlackIt.ttf.woff Binary files differnew file mode 100644 index 0000000..2ba8024 --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-BlackIt.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-Bold.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-Bold.ttf.woff Binary files differnew file mode 100644 index 0000000..0b4165c --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-Bold.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-BoldIt.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-BoldIt.ttf.woff Binary files differnew file mode 100644 index 0000000..14ffbcb --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-BoldIt.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-ExtraLight.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-ExtraLight.ttf.woff Binary files differnew file mode 100644 index 0000000..0c9a02d --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-ExtraLight.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-ExtraLightIt.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-ExtraLightIt.ttf.woff Binary files differnew file mode 100644 index 0000000..fd74ecc --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-ExtraLightIt.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-It.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-It.ttf.woff Binary files differnew file mode 100644 index 0000000..bf224ff --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-It.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-Light.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-Light.ttf.woff Binary files differnew file mode 100644 index 0000000..f4df7db --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-Light.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-LightIt.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-LightIt.ttf.woff Binary files differnew file mode 100644 index 0000000..9ab9986 --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-LightIt.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-Medium.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-Medium.ttf.woff Binary files differnew file mode 100644 index 0000000..95a5444 --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-Medium.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-MediumIt.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-MediumIt.ttf.woff Binary files differnew file mode 100644 index 0000000..aed49a6 --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-MediumIt.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-Regular.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-Regular.ttf.woff Binary files differnew file mode 100644 index 0000000..0389b0b --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-Regular.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-Semibold.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-Semibold.ttf.woff Binary files differnew file mode 100644 index 0000000..f03e488 --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-Semibold.ttf.woff diff --git a/source-code-pro/WOFF/TTF/SourceCodePro-SemiboldIt.ttf.woff b/source-code-pro/WOFF/TTF/SourceCodePro-SemiboldIt.ttf.woff Binary files differnew file mode 100644 index 0000000..4c10ab5 --- /dev/null +++ b/source-code-pro/WOFF/TTF/SourceCodePro-SemiboldIt.ttf.woff diff --git a/source-code-pro/WOFF/VF/.DS_Store b/source-code-pro/WOFF/VF/.DS_Store Binary files differnew file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/source-code-pro/WOFF/VF/.DS_Store diff --git a/source-code-pro/WOFF/VF/SourceCodeVF-Italic.otf.woff b/source-code-pro/WOFF/VF/SourceCodeVF-Italic.otf.woff Binary files differnew file mode 100644 index 0000000..a3d0009 --- /dev/null +++ b/source-code-pro/WOFF/VF/SourceCodeVF-Italic.otf.woff diff --git a/source-code-pro/WOFF/VF/SourceCodeVF-Italic.ttf.woff b/source-code-pro/WOFF/VF/SourceCodeVF-Italic.ttf.woff Binary files differnew file mode 100644 index 0000000..b1b9b38 --- /dev/null +++ b/source-code-pro/WOFF/VF/SourceCodeVF-Italic.ttf.woff diff --git a/source-code-pro/WOFF/VF/SourceCodeVF-Upright.otf.woff b/source-code-pro/WOFF/VF/SourceCodeVF-Upright.otf.woff Binary files differnew file mode 100644 index 0000000..cf216d5 --- /dev/null +++ b/source-code-pro/WOFF/VF/SourceCodeVF-Upright.otf.woff diff --git a/source-code-pro/WOFF/VF/SourceCodeVF-Upright.ttf.woff b/source-code-pro/WOFF/VF/SourceCodeVF-Upright.ttf.woff Binary files differnew file mode 100644 index 0000000..7fe7ba5 --- /dev/null +++ b/source-code-pro/WOFF/VF/SourceCodeVF-Upright.ttf.woff diff --git a/source-code-pro/WOFF2/.DS_Store b/source-code-pro/WOFF2/.DS_Store Binary files differnew file mode 100644 index 0000000..3a42868 --- /dev/null +++ b/source-code-pro/WOFF2/.DS_Store diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-Black.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-Black.otf.woff2 Binary files differnew file mode 100644 index 0000000..b62313c --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-Black.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-BlackIt.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-BlackIt.otf.woff2 Binary files differnew file mode 100644 index 0000000..07e2c3e --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-BlackIt.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-Bold.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-Bold.otf.woff2 Binary files differnew file mode 100644 index 0000000..220bd5d --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-Bold.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-BoldIt.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-BoldIt.otf.woff2 Binary files differnew file mode 100644 index 0000000..e476596 --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-BoldIt.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-ExtraLight.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-ExtraLight.otf.woff2 Binary files differnew file mode 100644 index 0000000..7cf14ec --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-ExtraLight.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-ExtraLightIt.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-ExtraLightIt.otf.woff2 Binary files differnew file mode 100644 index 0000000..9220e32 --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-ExtraLightIt.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-It.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-It.otf.woff2 Binary files differnew file mode 100644 index 0000000..c7afb9b --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-It.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-Light.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-Light.otf.woff2 Binary files differnew file mode 100644 index 0000000..41d6673 --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-Light.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-LightIt.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-LightIt.otf.woff2 Binary files differnew file mode 100644 index 0000000..f883053 --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-LightIt.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-Medium.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-Medium.otf.woff2 Binary files differnew file mode 100644 index 0000000..f02030c --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-Medium.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-MediumIt.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-MediumIt.otf.woff2 Binary files differnew file mode 100644 index 0000000..2bc6980 --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-MediumIt.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-Regular.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-Regular.otf.woff2 Binary files differnew file mode 100644 index 0000000..fd665c4 --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-Regular.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-Semibold.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-Semibold.otf.woff2 Binary files differnew file mode 100644 index 0000000..5c99a9a --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-Semibold.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodePro-SemiboldIt.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodePro-SemiboldIt.otf.woff2 Binary files differnew file mode 100644 index 0000000..c692371 --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodePro-SemiboldIt.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodeVF-Italic.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodeVF-Italic.otf.woff2 Binary files differnew file mode 100644 index 0000000..3eaed5a --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodeVF-Italic.otf.woff2 diff --git a/source-code-pro/WOFF2/OTF/SourceCodeVF-Upright.otf.woff2 b/source-code-pro/WOFF2/OTF/SourceCodeVF-Upright.otf.woff2 Binary files differnew file mode 100644 index 0000000..2a1201b --- /dev/null +++ b/source-code-pro/WOFF2/OTF/SourceCodeVF-Upright.otf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-Black.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-Black.ttf.woff2 Binary files differnew file mode 100644 index 0000000..94986c8 --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-Black.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-BlackIt.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-BlackIt.ttf.woff2 Binary files differnew file mode 100644 index 0000000..b760192 --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-BlackIt.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-Bold.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-Bold.ttf.woff2 Binary files differnew file mode 100644 index 0000000..5ce9774 --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-Bold.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-BoldIt.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-BoldIt.ttf.woff2 Binary files differnew file mode 100644 index 0000000..89ec612 --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-BoldIt.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-ExtraLight.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-ExtraLight.ttf.woff2 Binary files differnew file mode 100644 index 0000000..45e25c9 --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-ExtraLight.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-ExtraLightIt.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-ExtraLightIt.ttf.woff2 Binary files differnew file mode 100644 index 0000000..b6133c1 --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-ExtraLightIt.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-It.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-It.ttf.woff2 Binary files differnew file mode 100644 index 0000000..86a225f --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-It.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-Light.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-Light.ttf.woff2 Binary files differnew file mode 100644 index 0000000..2a62569 --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-Light.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-LightIt.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-LightIt.ttf.woff2 Binary files differnew file mode 100644 index 0000000..d64d571 --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-LightIt.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-Medium.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-Medium.ttf.woff2 Binary files differnew file mode 100644 index 0000000..9a9c02e --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-Medium.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-MediumIt.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-MediumIt.ttf.woff2 Binary files differnew file mode 100644 index 0000000..92b1bef --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-MediumIt.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-Regular.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-Regular.ttf.woff2 Binary files differnew file mode 100644 index 0000000..40826f1 --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-Regular.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-Semibold.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-Semibold.ttf.woff2 Binary files differnew file mode 100644 index 0000000..db50145 --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-Semibold.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodePro-SemiboldIt.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodePro-SemiboldIt.ttf.woff2 Binary files differnew file mode 100644 index 0000000..89c8439 --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodePro-SemiboldIt.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodeVF-Italic.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodeVF-Italic.ttf.woff2 Binary files differnew file mode 100644 index 0000000..7df879d --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodeVF-Italic.ttf.woff2 diff --git a/source-code-pro/WOFF2/TTF/SourceCodeVF-Upright.ttf.woff2 b/source-code-pro/WOFF2/TTF/SourceCodeVF-Upright.ttf.woff2 Binary files differnew file mode 100644 index 0000000..c4c9147 --- /dev/null +++ b/source-code-pro/WOFF2/TTF/SourceCodeVF-Upright.ttf.woff2 diff --git a/source-code-pro/WOFF2/VF/.DS_Store b/source-code-pro/WOFF2/VF/.DS_Store Binary files differnew file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/source-code-pro/WOFF2/VF/.DS_Store diff --git a/source-code-pro/WOFF2/VF/SourceCodeVF-Italic.otf.woff2 b/source-code-pro/WOFF2/VF/SourceCodeVF-Italic.otf.woff2 Binary files differnew file mode 100644 index 0000000..d9899c8 --- /dev/null +++ b/source-code-pro/WOFF2/VF/SourceCodeVF-Italic.otf.woff2 diff --git a/source-code-pro/WOFF2/VF/SourceCodeVF-Italic.ttf.woff2 b/source-code-pro/WOFF2/VF/SourceCodeVF-Italic.ttf.woff2 Binary files differnew file mode 100644 index 0000000..54566fe --- /dev/null +++ b/source-code-pro/WOFF2/VF/SourceCodeVF-Italic.ttf.woff2 diff --git a/source-code-pro/WOFF2/VF/SourceCodeVF-Upright.otf.woff2 b/source-code-pro/WOFF2/VF/SourceCodeVF-Upright.otf.woff2 Binary files differnew file mode 100644 index 0000000..96f8b0d --- /dev/null +++ b/source-code-pro/WOFF2/VF/SourceCodeVF-Upright.otf.woff2 diff --git a/source-code-pro/WOFF2/VF/SourceCodeVF-Upright.ttf.woff2 b/source-code-pro/WOFF2/VF/SourceCodeVF-Upright.ttf.woff2 Binary files differnew file mode 100644 index 0000000..fa87db3 --- /dev/null +++ b/source-code-pro/WOFF2/VF/SourceCodeVF-Upright.ttf.woff2 diff --git a/source-code-pro/source-code-pro.css b/source-code-pro/source-code-pro.css new file mode 100644 index 0000000..a1ccd25 --- /dev/null +++ b/source-code-pro/source-code-pro.css @@ -0,0 +1,167 @@ +@font-face { + font-family: 'Source Code Pro'; + font-weight: 200; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceCodePro-ExtraLight.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-ExtraLight.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-ExtraLight.otf.woff') format('woff'), + url('OTF/SourceCodePro-ExtraLight.otf') format('opentype'), + url('TTF/SourceCodePro-ExtraLight.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 200; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceCodePro-ExtraLightIt.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-ExtraLightIt.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-ExtraLightIt.otf.woff') format('woff'), + url('OTF/SourceCodePro-ExtraLightIt.otf') format('opentype'), + url('TTF/SourceCodePro-ExtraLightIt.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 300; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceCodePro-Light.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-Light.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-Light.otf.woff') format('woff'), + url('OTF/SourceCodePro-Light.otf') format('opentype'), + url('TTF/SourceCodePro-Light.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 300; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceCodePro-LightIt.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-LightIt.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-LightIt.otf.woff') format('woff'), + url('OTF/SourceCodePro-LightIt.otf') format('opentype'), + url('TTF/SourceCodePro-LightIt.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 400; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceCodePro-Regular.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-Regular.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-Regular.otf.woff') format('woff'), + url('OTF/SourceCodePro-Regular.otf') format('opentype'), + url('TTF/SourceCodePro-Regular.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 400; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceCodePro-It.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-It.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-It.otf.woff') format('woff'), + url('OTF/SourceCodePro-It.otf') format('opentype'), + url('TTF/SourceCodePro-It.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 500; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceCodePro-Medium.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-Medium.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-Medium.otf.woff') format('woff'), + url('OTF/SourceCodePro-Medium.otf') format('opentype'), + url('TTF/SourceCodePro-Medium.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 500; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceCodePro-MediumIt.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-MediumIt.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-MediumIt.otf.woff') format('woff'), + url('OTF/SourceCodePro-MediumIt.otf') format('opentype'), + url('TTF/SourceCodePro-MediumIt.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 600; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceCodePro-Semibold.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-Semibold.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-Semibold.otf.woff') format('woff'), + url('OTF/SourceCodePro-Semibold.otf') format('opentype'), + url('TTF/SourceCodePro-Semibold.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 600; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceCodePro-SemiboldIt.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-SemiboldIt.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-SemiboldIt.otf.woff') format('woff'), + url('OTF/SourceCodePro-SemiboldIt.otf') format('opentype'), + url('TTF/SourceCodePro-SemiboldIt.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 700; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceCodePro-Bold.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-Bold.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-Bold.otf.woff') format('woff'), + url('OTF/SourceCodePro-Bold.otf') format('opentype'), + url('TTF/SourceCodePro-Bold.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 700; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceCodePro-BoldIt.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-BoldIt.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-BoldIt.otf.woff') format('woff'), + url('OTF/SourceCodePro-BoldIt.otf') format('opentype'), + url('TTF/SourceCodePro-BoldIt.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 900; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceCodePro-Black.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-Black.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-Black.otf.woff') format('woff'), + url('OTF/SourceCodePro-Black.otf') format('opentype'), + url('TTF/SourceCodePro-Black.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 900; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceCodePro-BlackIt.eot') format('embedded-opentype'), + url('WOFF2/TTF/SourceCodePro-BlackIt.ttf.woff2') format('woff2'), + url('WOFF/OTF/SourceCodePro-BlackIt.otf.woff') format('woff'), + url('OTF/SourceCodePro-BlackIt.otf') format('opentype'), + url('TTF/SourceCodePro-BlackIt.ttf') format('truetype'); +}
\ No newline at end of file |
