Skip to content

Commit 4941e94

Browse files
committed
Use IranianSerifWeb font only for Arabic script unicode ranges
1 parent df73dcb commit 4941e94

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="icon" href="../../favicon.ico">
1313
<title>RTL theme for bootstrap 4</title>
1414
<!-- Bootstrap core CSS -->
15-
<link href="public/css/style-rtl.alpha6.min.css" rel="stylesheet">
15+
<link href="public/css/style-rtl.beta.min.css" rel="stylesheet">
1616
</head>
1717

1818
<body>

resources/sass/fonts-fa.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
src: url('../fonts/IranianSerifWeb-Regular.woff') format('woff');
44
font-weight: bold;
55
font-style: normal;
6+
unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE80-FEFC;
67
}

resources/sass/typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Lenus.org
44
*/
55
body{
6-
font-family: 'IranianSerifWeb-Regular' !important;
6+
font-family: 'IranianSerifWeb-Regular' $font-family-base !important;
77
}

0 commit comments

Comments
 (0)