mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-12-15 21:54:57 -07:00
Merge pull request #81 from ChristianKohler/master
fixed non matching svg font id
This commit is contained in:
commit
bb27bf81c4
@ -25,7 +25,7 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'weathericons';
|
font-family: 'weathericons';
|
||||||
src: url('../font/weathericons-regular-webfont.eot');
|
src: url('../font/weathericons-regular-webfont.eot');
|
||||||
src: url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/weathericons-regular-webfont.woff') format('woff'), url('../font/weathericons-regular-webfont.ttf') format('truetype'), url('../font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
|
src: url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/weathericons-regular-webfont.woff') format('woff'), url('../font/weathericons-regular-webfont.ttf') format('truetype'), url('../font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|||||||
2
css/weather-icons.min.css
vendored
2
css/weather-icons.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
src: url('@{weather-icons-path}/@{weather-icons-font-family}-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('@{weather-icons-path}/@{weather-icons-font-family}-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('@{weather-icons-path}/@{weather-icons-font-family}-regular-webfont.woff') format('woff'),
|
url('@{weather-icons-path}/@{weather-icons-font-family}-regular-webfont.woff') format('woff'),
|
||||||
url('@{weather-icons-path}/@{weather-icons-font-family}-regular-webfont.ttf') format('truetype'),
|
url('@{weather-icons-path}/@{weather-icons-font-family}-regular-webfont.ttf') format('truetype'),
|
||||||
url('@{weather-icons-path}/@{weather-icons-font-family}-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
|
url('@{weather-icons-path}/@{weather-icons-font-family}-regular-webfont.svg#weather_iconsregular') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user