Merge pull request #1936 from kcaran/upstream

1932: Fixed Roboto-Regular and Roboto-Bold font declarations
This commit is contained in:
nodiscc 2023-01-29 23:26:22 +00:00 committed by GitHub
commit 8226308d67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,6 @@ pre {
font-weight: 400;
font-style: normal;
src:
local('Roboto'),
local('Roboto-Regular'),
url('../fonts/Roboto-Regular.woff2') format('woff2'),
url('../fonts/Roboto-Regular.woff') format('woff');
@ -81,7 +80,6 @@ pre {
font-weight: 700;
font-style: normal;
src:
local('Roboto'),
local('Roboto-Bold'),
url('../fonts/Roboto-Bold.woff2') format('woff2'),
url('../fonts/Roboto-Bold.woff') format('woff');