diff options
Diffstat (limited to 'src/pages/options')
-rw-r--r-- | src/pages/options/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html index c3dcff71..b197d4a7 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -7,6 +7,7 @@ <link rel="icon" type="image/x-icon" href="../../../assets/images/libredirect.svg"> <title>Settings</title> <link rel='stylesheet' href='build/bundle.css'> + <link rel='stylesheet' href='../fonts/styles.css'> <script defer src='build/bundle.js'></script> </head> |