mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(ar)(design) pick a font
This commit is contained in:
parent
571815e955
commit
c644305370
@ -193,3 +193,22 @@
|
||||
src: url('/fonts/linjapimejapona.ttf') format("truetype")
|
||||
}
|
||||
}
|
||||
|
||||
@if list.index($fonts, 'Rubik') {
|
||||
/* rubik-300 - arabic_latin_latin-ext */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Rubik';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/rubik-v28-arabic_latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* rubik-700 - arabic_latin_latin-ext */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Rubik';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('/fonts/rubik-v28-arabic_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
}
|
||||
|
@ -1,2 +1,2 @@
|
||||
$fontHeadings: 'Quicksand';
|
||||
$fontText: 'Nunito';
|
||||
$fontHeadings: 'Rubik';
|
||||
$fontText: 'Rubik';
|
||||
|
BIN
static/fonts/rubik-v28-arabic_latin_latin-ext-300.woff2
Normal file
BIN
static/fonts/rubik-v28-arabic_latin_latin-ext-300.woff2
Normal file
Binary file not shown.
BIN
static/fonts/rubik-v28-arabic_latin_latin-ext-700.woff2
Normal file
BIN
static/fonts/rubik-v28-arabic_latin_latin-ext-700.woff2
Normal file
Binary file not shown.
BIN
static/fonts/rubik-v28-arabic_latin_latin-ext-regular.woff2
Normal file
BIN
static/fonts/rubik-v28-arabic_latin_latin-ext-regular.woff2
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user