Browse Source

Merge pull request #6 from sairam/master

move sources from rawgit.com to jsdelivr.net
pull/7/head
Zulko 6 years ago
committed by GitHub
parent
commit
152830ba0c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/business-card/business-card.scss
  2. 2
      examples/poster/poster.scss
  3. 2
      examples/resume/resume.scss
  4. 2
      examples/slides/slides.scss

2
examples/business-card/business-card.scss

@ -1,4 +1,4 @@
@import 'https://cdn.rawgit.com/dreampulse/computer-modern-web-font/master/fonts.css';
@import 'https://cdn.jsdelivr.net/gh/dreampulse/computer-modern-web-font@69db20e08ee909014eba2107dcc4286ab2f17529/fonts.css';
@page {
size: 2in 3.5in;

2
examples/poster/poster.scss

@ -1,7 +1,7 @@
@import 'https://fonts.googleapis.com/css?family=PT+Sans';
@import 'https://fonts.googleapis.com/css?family=Amatic+SC';
@import 'https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.1/semantic.min.css';
@import 'https://cdn.rawgit.com/isagalaev/highlight.js/cf4b46e5/src/styles/monokai.css';
@import 'https://cdn.jsdelivr.net/gh/isagalaev/highlight.js@cf4b46e5b7acfe2626a07914e1d0d4ef269aed4a/src/styles/monokai.css';
// A0
$page_width: 46.8in;
$page_height: 33.1in;

2
examples/resume/resume.scss

@ -1,4 +1,4 @@
@import 'https://cdn.rawgit.com/mnjul/html-resume/master/style.css';
@import 'https://cdn.jsdelivr.net/gh/mnjul/html-resume@71ffb26da44abb41dad40b64eb7a975ccc5dd247/style.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css';
@import 'https://fonts.googleapis.com/css?family=Open+Sans';

2
examples/slides/slides.scss

@ -2,7 +2,7 @@
@import 'https://fonts.googleapis.com/css?family=Amatic+SC';
@import 'https://fonts.googleapis.com/css?family=Inconsolata';
@import 'https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister';
@import 'https://cdn.rawgit.com/isagalaev/highlight.js/cf4b46e5/src/styles/solarized-light.css';
@import 'https://cdn.jsdelivr.net/gh/isagalaev/highlight.js@cf4b46e5b7acfe2626a07914e1d0d4ef269aed4a/src/styles/solarized-light.css';
$page_width: 8in;
$page_height: 6in;

Loading…
Cancel
Save