Skip to content

Commit

Permalink
修改webfonts url
Browse files Browse the repository at this point in the history
  • Loading branch information
ksky521 committed Jan 12, 2015
1 parent 7cb36b5 commit 452fef4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 23 deletions.
2 changes: 1 addition & 1 deletion assets/css/nodeppt.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/css/nodeppt2.0.css

This file was deleted.

19 changes: 1 addition & 18 deletions assets/scss/nodeppt.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,7 @@
@import "compass/css3/columns";
@import "compass/css3/user-interface";

@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 300;
src: local('Source Code Pro Light'), local('SourceCodePro-Light'), url(http://fontscontent.useso.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqYPZSf8Ud0kNoe3bGnF7K24.woff) format('woff');
}
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 400;
src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(http://fontscontent.useso.com/static/fonts/sourcecodepro/v4/mrl8jkM18OlOQN8JLgasDxBHWFfxJXS04xYOz0jw624.woff) format('woff');
}
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 600;
src: local('Source Code Pro Semibold'), local('SourceCodePro-Semibold'), url(http://fontscontent.useso.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqQAD_zxmsR6vL1X3tnvCZYo.woff) format('woff');
}
@import url(http://fonts.useso.com/css?family=Source%20Code%20Pro:light,regular,semibold);
$social-tags: '#Name';
$brand-small-icon-size: 30px;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nodeppt",
"jsname": "nodeppt",
"description": "A simple, in-browser, markdown-driven presentation framework",
"version": "0.9.8-3",
"version": "0.9.8-4",
"site": "https://github.com/ksky521/nodePPT",
"author": {
"name": "Theo Wang",
Expand Down
2 changes: 1 addition & 1 deletion ppts/demo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: nodeppt markdown 演示
speaker: Theo Wang
url: https://github.com/ksky521/nodePPT
transition: cover-diamond
transition: move
files: /js/demo.js,/css/demo.css

[slide]
Expand Down
2 changes: 1 addition & 1 deletion template/markdown.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="/css/phone.css">
<link rel="stylesheet" media="print" href="/css/pdf.css">
<link rel="stylesheet" href="/js/highlight/styles/<%if (hasOwnProperty('highlightStyle') && highlightStyle!=='') { %><%- highlightStyle %><% }else{%>monokai_sublime<%}%>.css">
<link rel="stylesheet" href="/css/font-awesome.css">
<link rel="stylesheet" href="http://apps.bdimg.com/libs/fontawesome/4.2.0/css/font-awesome.min.css">
</head>
<body>
<div class="slides">
Expand Down

0 comments on commit 452fef4

Please sign in to comment.