Skip to content

Commit 7a61301

Browse files
authored
Merge pull request #9 from alireza4050/master
Use IranianSerifWeb font only for Arabic script unicode ranges
2 parents 09e69b3 + 4941e94 commit 7a61301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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/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)