-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy QCBSRworkshops/workshop05 to github.com/QCBSRworkshops/worksho…
…p05.git:master
- Loading branch information
1 parent
046fada
commit 3bc6577
Showing
25 changed files
with
1,809 additions
and
596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,17 @@ | ||
/* Code font */ | ||
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic'); | ||
@import url('https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.206/distr/fira_code.css'); | ||
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap'); | ||
/* Title code */ | ||
@import url('https://fonts.googleapis.com/css?family=Anton|Bevan|Black+Han+Sans|Luckiest+Guy|Bowlby+One|Lalezar'); | ||
/* Body */ | ||
@import url('https://fonts.googleapis.com/css?family=Arya'); | ||
|
||
/* Fira Sans */ | ||
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:200,200i 300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap'); | ||
|
||
body { | ||
font-family: 'Arya'; | ||
} | ||
|
||
h1 { | ||
font-family: 'Lalezar', cursive; | ||
font-weight: 400; | ||
} | ||
|
||
.maintitle { | ||
font-family: 'Lalezar', cursive; | ||
font-family: 'Fira Sans', sans-serif; | ||
font-weight: 300; | ||
line-height: 1.2; | ||
} | ||
|
||
.remark-code, .remark-inline-code { | ||
font-family: 'Ubuntu Mono'; | ||
} | ||
font-family: "Fira Code", monospace; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.