sanskrit-documentation-theme 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/css/class-styles-general.css +1 -1
- data/assets/css/fonts.css +7 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 738eb872ea91014bb0134552bb0304fd2429ae2b3d09d274a88188c44bedfe9e
|
|
4
|
+
data.tar.gz: ec39aec17373aa4b05243b25c1de62de6eb83861f438c30db2830c7d8695df1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11e8e73181f17aeff9c6ec921a9b7db3a121803012cceca6f404670a00f93379efabc933813cf514f6fa47446d76dbe62cb82706f909e054b7c6609b58704c10
|
|
7
|
+
data.tar.gz: 487f7e3aa1da5681efd45f37ad1a73f0fd3f4f0c5261c7c3fe6237cabc1013f69fe98fa2a099a426f32752fc32596a16b7a7dafe5c31f391f17b34ce494cbd65
|
data/assets/css/fonts.css
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
/************************************************************/
|
|
2
|
-
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'siddhanta-cakravat1';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: 400;
|
|
6
|
+
src: url(https://raw.githubusercontent.com/sanskrit-coders/sanskrit-fonts/master/fonts/ttf-devanagari-fonts/siddhanta-variations/siddhanta-cakravat1.ttf) format('truetype');
|
|
7
|
+
}
|
|
8
|
+
|
|
3
9
|
/* Directly linking to the latest version of the font in the Github repo. */
|
|
4
10
|
@font-face {
|
|
5
11
|
font-family: 'Noto Sans Devanagari From Github Hinted';
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sanskrit-documentation-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vvasuki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|