Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/_fonts.scss')
-rw-r--r--src/scss/_fonts.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/scss/_fonts.scss b/src/scss/_fonts.scss
new file mode 100644
index 0000000..9a2365c
--- /dev/null
+++ b/src/scss/_fonts.scss
@@ -0,0 +1,13 @@
+@font-face {
+ font-family : "OpenDyslexic";
+ src : url('../../fonts/OpenDyslexic/OpenDyslexic-Regular.woff');
+ font-weight : normal;
+ font-style : normal;
+}
+
+@font-face {
+ font-family : "OpenDyslexic";
+ src : url('../../fonts/OpenDyslexic/OpenDyslexic-Bold.woff');
+ font-weight : bold;
+ font-style : normal;
+} \ No newline at end of file